Turning off web.duckland.org as move back to dreamhost

This commit is contained in:
Don Harper 2016-06-03 06:28:43 -05:00
parent dcb8b2e3f9
commit 750501d7c6

View file

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