drone ci ssh test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
oDinZu 2022-05-10 20:36:54 -04:00
parent a3ff310f71
commit 10a826b342

View File

@ -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/*