From 12536968dbd4dacbdd48b87ae75ae52d9980a8f0 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 Apr 2019 19:08:05 +0200 Subject: conf.py: Adding default deploy configuration (using rsync). --- conf.py | 10 +++++----- 1 file 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: -- cgit v1.2.3