This commit is contained in:
parent
0595170aff
commit
f78669ede0
|
@ -56,6 +56,7 @@ steps:
|
|||
commands:
|
||||
- mkdir $HOME/.ssh
|
||||
- echo "$SCP_KEY" > $HOME/.ssh/id_rsa
|
||||
- ssh-keyscan -t rsa -p $SCP_PORT $SCP_HOSTNAME >> $HOME/.ssh/known_hosts
|
||||
- scp -rP $SCP_PORT -i $HOME/.ssh/id_rsa public/ $SCP_USER@$SCP_HOSTNAME:$SCP_TARGET_DIRECTORY
|
||||
|
||||
- name: rereveille_toi
|
||||
|
|
Loading…
Reference in a new issue