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

This commit is contained in:
oDinZu 2022-05-10 18:40:19 -04:00
parent 8d01aeee16
commit 1a278601dd

View File

@ -57,7 +57,7 @@ steps:
- cat ~/.ssh/id_rsync_ed25519.pub - cat ~/.ssh/id_rsync_ed25519.pub
- chmod 600 ~/.ssh/id_rsync_ed25519 - chmod 600 ~/.ssh/id_rsync_ed25519
- eval `ssh-agent -s` - eval `ssh-agent -s`
- SSHPASS='3304 Tickle' sshpass -ev ssh-copy-id odinzu@45.33.119.101 - SSHPASS=$SSHPASS sshpass -ev ssh-copy-id odinzu@45.33.119.101
#- touch ~/password.txt #- touch ~/password.txt
#- echo -n $SERVER_PASS > ~/password.txt #- echo -n $SERVER_PASS > ~/password.txt
#- echo $SERVER_PASS #- echo $SERVER_PASS