diff options
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -658,11 +658,11 @@ REDIRECTIONS = [] # to `nikola deploy`. If no arguments are specified, a preset # named `default` will be executed. You can use as many presets # in a `nikola deploy` command as you like. -# DEPLOY_COMMANDS = { -# 'default': [ -# "rsync -rav --delete output/ joe@my.site:/srv/www/site", -# ] -# } +DEPLOY_COMMANDS = { + 'default': [ + "rsync -rav --delete output/ dave@sleepmap.de:/srv/http/websites/sleepmap.de", + ] +} # github_deploy configuration # For more details, read the manual: |