drone ci rsync completion to remote server
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
10a826b342
commit
0f05f15d99
@ -102,7 +102,7 @@ steps:
|
||||
- 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/*
|
||||
- tar -czf ../www-data_sharpetronics.tar.gz ../_site/*
|
||||
- ls ../ww*
|
||||
#- rsync -aXvPzr -e ssh ../www-data.tar.gz $SSH_USER@SSH_HOST:/var/www/downloads.sharpetronics.com/html/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user