diff --git a/.drone.yml b/.drone.yml index f673542..47acb02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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