From f37f3eac49024fe03f1bf32d903ce38ffee0054f Mon Sep 17 00:00:00 2001 From: oDinZu Date: Mon, 9 May 2022 22:51:44 -0400 Subject: [PATCH] drone ci rsync test --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5d2a9de..2e8978b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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