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