Ensuring rsync is setting up read on files/dir

This commit is contained in:
Alexandre Dulaunoy 2018-05-06 16:37:50 +02:00
parent c4a92381dd
commit ac8877bf86
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

2
conf.py Normal file → Executable file
View file

@ -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.