Moar secure rsync

This commit is contained in:
Ariejan de Vroom 2017-09-04 15:45:18 +02:00
parent 8ee1227888
commit 799b544768
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -24,7 +24,7 @@ pages:
- mv -f public/css/outerspace-min.css public/css/outerspace.css
# Deploy
- rsync -az4 --stats --delete-after public/* -e "ssh -i ~/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" ariejan@mail.devroom.io:/home/ariejan/www/devroom.io/
- rsync -az4 --stats --delete-after public/* ariejan@mail.devroom.io:/home/ariejan/www/devroom.io/
artifacts:
paths:
- public