Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
ewen 2022-02-03 20:27:26 +00:00
parent f78669ede0
commit 923a30e0b0

View file

@ -57,6 +57,7 @@ steps:
- mkdir $HOME/.ssh - mkdir $HOME/.ssh
- echo "$SCP_KEY" > $HOME/.ssh/id_rsa - echo "$SCP_KEY" > $HOME/.ssh/id_rsa
- ssh-keyscan -t rsa -p $SCP_PORT $SCP_HOSTNAME >> $HOME/.ssh/known_hosts - ssh-keyscan -t rsa -p $SCP_PORT $SCP_HOSTNAME >> $HOME/.ssh/known_hosts
- chmod -R og-rw $HOME/.ssh/
- scp -rP $SCP_PORT -i $HOME/.ssh/id_rsa public/ $SCP_USER@$SCP_HOSTNAME:$SCP_TARGET_DIRECTORY - scp -rP $SCP_PORT -i $HOME/.ssh/id_rsa public/ $SCP_USER@$SCP_HOSTNAME:$SCP_TARGET_DIRECTORY
- name: rereveille_toi - name: rereveille_toi