no debug output on deploy website
This commit is contained in:
parent
09c6176ea7
commit
a8ad0f0b59
@ -81,9 +81,9 @@ steps:
|
|||||||
from_secret: rsync_pass
|
from_secret: rsync_pass
|
||||||
commands:
|
commands:
|
||||||
- /mark2web -version
|
- /mark2web -version
|
||||||
- /mark2web -in website -out html -create -logLevel debug
|
- /mark2web -in website -out html -create -logLevel info
|
||||||
- '
|
- '
|
||||||
rsync -rlcgD -i -u -v --stats --progress
|
rsync -rlcgD -i -u -v --stats
|
||||||
--delete
|
--delete
|
||||||
-e "sshpass -p $${RSYNC_PASS} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 22222"
|
-e "sshpass -p $${RSYNC_PASS} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 22222"
|
||||||
html/
|
html/
|
||||||
|
Loading…
Reference in New Issue
Block a user