Tweak gitlab ci config

This commit is contained in:
Ariejan de Vroom 2015-12-10 09:35:40 +01:00
parent ddafea4192
commit e9d618c289

View File

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