no debug output on deploy website
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Sebastian Frank
2019-03-06 15:50:45 +01:00
parent 09c6176ea7
commit a8ad0f0b59

View File

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