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)\"", ]