From 750501d7c602ecd4080c5d11ddd008b634a52ea3 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 3 Jun 2016 06:28:43 -0500 Subject: [PATCH] Turning off web.duckland.org as move back to dreamhost --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 7a0bc76e..44c21dca 100644 --- a/conf.py +++ b/conf.py @@ -86,7 +86,7 @@ DEPLOY_COMMANDS = { #"nikola check -f", "chmod -R a+rX output/", "rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l duck' output/ wise.dreamhost.com:httpd/duckland.org/nikola", - "rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l don' ./ don@web.duckland.org:/srv/http/work/www.duckland.org", + #"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l don' ./ don@web.duckland.org:/srv/http/work/www.duckland.org", "git add -A", "git commit -m\"auto commit due to nikola deploy $(date)\"", ]