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

This commit is contained in:
oDinZu 2022-05-09 21:05:39 -04:00
parent ff65999712
commit 0c8dcc6b8e

View File

@ -69,6 +69,7 @@ steps:
- echo -n "$RSA_KEY" > /root/.ssh/id_rsa
- echo -n "$RSA_PUB_KEY" > /root/.ssh/id_rsa.pub
- chmod 600 /root/.ssh/id_rsa && chmod 600 /root/.ssh/id_rsa.pub
- eval `ssh-agent -s`
- ssh-add /root/id_rsa
# add git.sharpetronics.com to known hosts