CI: Tweak rsync even more

This commit is contained in:
Ariejan de Vroom 2015-12-10 09:53:45 +01:00
parent 7b496ee712
commit 44f9603070

View File

@ -18,5 +18,4 @@ job:
- golang - golang
script: script:
- hugo - hugo
- cat public/about/index.html - rsync -avczmh4 --progress --stats --delete-after public/* -e 'ssh -o UserKnownHostsFile=/dev/null,StrictHostKeyChecking=no ariejan@mail.devroom.io:/home/ariejan/www/ariejan.net'
- rsync -aqz --delete-after public/* -e 'ssh -o UserKnownHostsFile=/dev/null,StrictHostKeyChecking=no ariejan@mail.devroom.io:/home/ariejan/www/ariejan.net'