Skip to content

Commit

Permalink
Use rsync -z option
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 12, 2017
1 parent bab62c9 commit 071c980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/conf.py
Expand Up @@ -641,7 +641,7 @@
# in a `nikola deploy` command as you like.
DEPLOY_COMMANDS = {
'default': [
"rsync -rav output/ getnikola@direct.ralsina.me:/srv/www/themes.getnikola.com:80",
"rsync -ravz output/ getnikola@direct.ralsina.me:/srv/www/themes.getnikola.com:80",
]
}

Expand Down

0 comments on commit 071c980

Please sign in to comment.