aboutsummaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-04-20 19:08:05 +0200
committerDavid Runge <dave@sleepmap.de>2019-04-20 19:08:05 +0200
commit12536968dbd4dacbdd48b87ae75ae52d9980a8f0 (patch)
treeddf823c75d163688ee3e6343debaa3804b03d304 /conf.py
parentf9f1b4c9c8ab450557cb90f631d05596d0d5e9e2 (diff)
downloadsleepmap-12536968dbd4dacbdd48b87ae75ae52d9980a8f0.tar.gz
sleepmap-12536968dbd4dacbdd48b87ae75ae52d9980a8f0.tar.bz2
sleepmap-12536968dbd4dacbdd48b87ae75ae52d9980a8f0.tar.xz
sleepmap-12536968dbd4dacbdd48b87ae75ae52d9980a8f0.zip
conf.py: Adding default deploy configuration (using rsync).
Diffstat (limited to 'conf.py')
-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: