From 2da341584b7bbd97390d1c276b1ab853abb33263 Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 10 May 2022 00:50:33 -0400 Subject: [PATCH] drone ci rsync test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index beb0087..dd5e66a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 + - eval `ssh-agent -s` - ssh-add ~/.ssh/id_rsa - touch ~/password.txt - echo -n $SERVER_PASS > ~/password.txt @@ -67,7 +68,6 @@ steps: #- echo -nv $RSA_PUB_KEY > ~/.ssh/id_rsa.pub #- cp /root/.ssh/id_rsa.pub ~/.ssh/authorized_keys - chmod 600 ~/.ssh/id_rsa - - eval `ssh-agent -s` #- ls -al /root/.ssh/ # setup Jekyll permissions and build jekyll site