auto commit due to nikola deploy Tue Feb 28 22:31:38 CST 2017

This commit is contained in:
Don Harper 2017-02-28 22:31:38 -06:00
parent e671b67c1a
commit 5e23d6ed13
3 changed files with 20 additions and 2 deletions

View file

@ -92,8 +92,8 @@ DEPLOY_COMMANDS = {
"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",
#"git add -A",
#"git commit -m\"auto commit due to nikola deploy $(date)\"",
"git add -A",
"git commit -m\"auto commit due to nikola deploy $(date)\"",
]
}
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}...a></p>'