From 87789cf76251a5200343c38b385b9db58768f92c Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Tue, 8 Oct 2024 22:11:38 -0400 Subject: [PATCH] Update rsync command in correct place --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index b3a84ed..af56eb2 100644 --- a/conf.py +++ b/conf.py @@ -708,13 +708,13 @@ # in a `nikola deploy` command as you like. # DEPLOY_COMMANDS = { # 'default': [ -# "rsync -ravO --delete output/ joe@my.site:/srv/www/site", +# "rsync -rav --delete output/ joe@my.site:/srv/www/site", # ] # } DEPLOY_COMMANDS = { 'default': [ - "rsync -avP --delete-after --exclude-from=rsync-exclude.txt output/ wxpython-site:{}/htdocs".format(SITE_DIR)], + "rsync -avPO --delete-after --exclude-from=rsync-exclude.txt output/ wxpython-site:{}/htdocs".format(SITE_DIR)], } # github_deploy configuration