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

This commit is contained in:
oDinZu 2022-05-10 00:48:52 -04:00
parent d552340f55
commit ea5c6b19bc

View File

@ -54,6 +54,7 @@ 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
- ssh-add ~/.ssh/id_rsa
- touch ~/password.txt
- echo -n $SERVER_PASS > ~/password.txt
- echo $SERVER_PASS
@ -67,7 +68,6 @@ steps:
#- cp /root/.ssh/id_rsa.pub ~/.ssh/authorized_keys
- chmod 600 ~/.ssh/id_rsa
- eval `ssh-agent -s`
#- ssh-add /root/.ssh/id_rsa
#- ls -al /root/.ssh/
# setup Jekyll permissions and build jekyll site