drone ci ssh test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
oDinZu 2022-05-10 19:01:36 -04:00
parent f35b8c4da7
commit 2ee93504e2

View File

@ -57,7 +57,8 @@ steps:
- cat ~/.ssh/id_rsync_ed25519.pub
- chmod 600 ~/.ssh/id_rsync_ed25519
- eval `ssh-agent -s`
- SSHPASS=$SSHPASS sshpass -o StrictHostKeyChecking=no -ev ssh-copy-id $SSH_USER@$SSH_HOST
- export StrictHostKeyChecking=no
- SSHPASS=$SSHPASS sshpass -ev ssh-copy-id $SSH_USER@$SSH_HOST
- yes
#- touch ~/password.txt
#- echo -n $SERVER_PASS > ~/password.txt