Automatic commit via /home/don/bin/deployweb Mon Jan 2 19:00:36 CST 2017

This commit is contained in:
Don Harper 2017-01-02 19:00:36 -06:00
parent eed904cb75
commit 82c5527ed8

View file

@ -81,15 +81,15 @@ FEED_READ_MORE_LINK = '<p><a href="{link}">{read_more}</a> ({min_remaining_read}
FEED_LINKS_APPEND_QUERY = False
DEPLOY_COMMANDS = {
'default': [
"git pull",
#"git pull",
"cd sigal; sigal build",
"nikola build",
"nikola check -l",
"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>'