mirror of
https://github.com/adulau/photoblog.git
synced 2024-11-23 10:27:05 +00:00
Ensuring rsync is setting up read on files/dir
This commit is contained in:
parent
c4a92381dd
commit
ac8877bf86
1 changed files with 1 additions and 1 deletions
2
conf.py
Normal file → Executable file
2
conf.py
Normal file → Executable file
|
@ -345,7 +345,7 @@ REDIRECTIONS = []
|
||||||
# And then do a backup, or run `nikola ping` from the `ping`
|
# And then do a backup, or run `nikola ping` from the `ping`
|
||||||
# plugin (`nikola install_plugin ping`).
|
# plugin (`nikola install_plugin ping`).
|
||||||
# To do manual deployment, set it to []
|
# 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
|
# For user.github.io/organization.github.io pages, the DEPLOY branch
|
||||||
# MUST be 'master', and 'gh-pages' for other repositories.
|
# MUST be 'master', and 'gh-pages' for other repositories.
|
||||||
|
|
Loading…
Reference in a new issue