From 10a826b3427f43119db80a1ddfc93aa641c1677d Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 10 May 2022 20:36:54 -0400 Subject: [PATCH] drone ci ssh test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 76c7206..2cb8387 100644 --- a/.drone.yml +++ b/.drone.yml @@ -99,7 +99,7 @@ steps: - git push https://$GITEA_USER:$GITEA_PASS@git.sharpetronics.com/sharpetronics/sharpetronics.com.git # sync files to remote server [local _site ] to [remote _site www] - - rsync -aXvPzr -e ssh ../_site/* $SSH_USER@SSH_HOST:/var/www/demo.sharpetronics.com/html/ + - rsync -aXvPzr -e ssh ../_site/* $SSH_USER@$SSH_HOST:/var/www/demo.sharpetronics.com/html/ # create tar.gz of _site directory for download elsewhere - tar -czf ../www-data.tar.gz ../_site/*