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

This commit is contained in:
oDinZu 2022-05-10 00:37:06 -04:00
parent f806c0ae04
commit 030690a515

View File

@ -54,8 +54,8 @@ steps:
# write the ssh key to disk for rsync handshake to remote server
- ssh-keygen -t ed25519 -f ~/.ssh/id_rsa -N ''
- cat ~/.ssh/id_rsa.pub
- echo -n $SERVER_PASS > ~/password.txt
- touch ~/password.txt
- echo -n $SERVER_PASS > ~/password.txt
- echo $SERVER_PASS
- cat ~/password.txt
- sshpass -fv "~/password.txt" ssh-copy-id -i ~/.ssh/id_rsa.pub odinzu@45.33.119.101