This commit is contained in:
Don Harper 2016-01-03 17:15:06 -06:00
parent 7cb16b7e88
commit 538de83671
2 changed files with 19 additions and 1 deletions

View file

@ -15,6 +15,7 @@ NAVIGATION_LINKS = {
('/index.html', 'Home'),
('/stories/about.html', 'About me'),
('/stories/privacy.html', 'Privacy'),
('/photos/', 'Photos'),
#(
#(
#('http://www.donaldharper.com', 'My Photo Blog'),
@ -80,7 +81,7 @@ DEPLOY_COMMANDS = {
'default': [
#"nikola check -fl",
"nikola build",
"nikola check -f",
#"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",