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

This commit is contained in:
oDinZu 2022-05-09 22:51:44 -04:00
parent f952555d9f
commit f37f3eac49

View File

@ -76,13 +76,12 @@ steps:
- echo -n "$RSA_KEY" > /root/.ssh/id_rsa
- echo -n "$RSA_PUB_KEY" > /root/.ssh/id_rsa.pub
- cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys
- eval `ssh-agent -s`
- ssh-add /root/.ssh/id_rsa
- chmod 600 /root/.ssh/id_rsa
- chmod 600 /root/.ssh/id_rsa.pub
- eval `ssh-agent -s`
#- ssh-add /root/.ssh/id_rsa
- ls -al /root/.ssh/
# add git.sharpetronics.com to known hosts
- touch /root/.ssh/known_hosts
- chmod 600 /root/.ssh/known_hosts