deploy
This commit is contained in:
parent
5d2118afc8
commit
e1e100d8cf
@ -29,10 +29,11 @@ steps:
|
|||||||
RSYNC_PASS:
|
RSYNC_PASS:
|
||||||
from_secret: rsync_master
|
from_secret: rsync_master
|
||||||
commands:
|
commands:
|
||||||
- <
|
- >
|
||||||
rsync -rlcgD --perms -i -u -v --stats --progress
|
rsync -rlcgD --perms -i -u -v --stats --progress
|
||||||
--delete
|
--delete
|
||||||
-e "sshpass -p $${RSYNC_PASS} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p $${RSYNC_PORT}"
|
-e "sshpass -p $${RSYNC_PASS} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p $${RSYNC_PORT}"
|
||||||
|
_docpress/
|
||||||
$${RSYNC_USER}@$${RSYNC_HOST}:./
|
$${RSYNC_USER}@$${RSYNC_HOST}:./
|
||||||
when:
|
when:
|
||||||
branch: [master]
|
branch: [master]
|
||||||
|
Loading…
Reference in New Issue
Block a user