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

This commit is contained in:
oDinZu 2022-05-10 19:55:14 -04:00
parent 1ee4498abb
commit 622845253e

View File

@ -42,10 +42,10 @@ steps:
- ls -al
- getent passwd
- git --version && git status
- sshpass --version
# add dependencies to tmp vm machine
- apt-get update && apt-get -y install rsync sshpass openssh-server openssh-client
- sshpass --help
# write the ssh key to disk for rsync handshake to remote server
- mkdir -p ~/.ssh/
- chmod 700 ~/.ssh