Don't use rsync archive option

This commit is contained in:
Stu Sherwin 2018-08-21 18:48:07 +01:00
parent b0a959e2e4
commit 442d758cb4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ deploy:
script: script:
- jekyll build -d public - jekyll build -d public
- ssh-add <(echo "$SSH_PRIVATE_KEY") - ssh-add <(echo "$SSH_PRIVATE_KEY")
- rsync -avz --delete --no-group --no-times -e 'ssh -o StrictHostKeyChecking=no' ./public/ "$SERVER_USER"@autonomic.zone:/var/www/autonomic.zone/html/ - rsync -vz --delete -e 'ssh -o StrictHostKeyChecking=no' ./public/ "$SERVER_USER"@autonomic.zone:/var/www/autonomic.zone/html/
artifacts: artifacts:
paths: paths:
- public - public