3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
|
#!/bin/sh
|
||
|
ssh -i /root/.ssh/id_rsa_gitlab_deploy $1 $2
|