aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf.py b/conf.py
index 3926a9a..d38e406 100644
--- a/conf.py
+++ b/conf.py
@@ -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: