From ac8877bf86c7bf9e32f65d179ab5d95dcbcd0e40 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 6 May 2018 16:37:50 +0200 Subject: [PATCH] Ensuring rsync is setting up read on files/dir --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 conf.py diff --git a/conf.py b/conf.py old mode 100644 new mode 100755 index 77270a4..75284c4 --- a/conf.py +++ b/conf.py @@ -345,7 +345,7 @@ REDIRECTIONS = [] # And then do a backup, or run `nikola ping` from the `ping` # plugin (`nikola install_plugin ping`). # To do manual deployment, set it to [] -DEPLOY_COMMANDS = {'default': ['rsync -rav --delete output/ adulau@kb.quuxlabs.com:/home/adulau/website/foo/photoblog']} +DEPLOY_COMMANDS = {'default': ['rsync -rav --chmod=ugo=rX --delete output/ adulau@kb.quuxlabs.com:/home/adulau/website/foo/photoblog']} # For user.github.io/organization.github.io pages, the DEPLOY branch # MUST be 'master', and 'gh-pages' for other repositories.