From a032418e3da94c85af8c6f006ddfacbe18bd512b Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 10 May 2022 00:39:11 -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 3ed06ea..a26fa68 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,7 +58,7 @@ steps: - echo -n $SERVER_PASS > ~/password.txt - echo $SERVER_PASS - cat ~/password.txt - - sshpass -fv "~/password.txt" ssh-copy-id -i ~/.ssh/id_rsa.pub odinzu@45.33.119.101 + - sshpass -fv ~/password.txt ssh-copy-id -i ~/.ssh/id_rsa.pub odinzu@45.33.119.101 #- mkdir -p ~/.ssh/ #- touch ~/.ssh/id_rsa #- touch ~/.ssh/id_rsa.pub