Last push from dragon, maybe

This commit is contained in:
Don Harper 2015-08-19 21:21:14 -05:00
parent a6ecba6274
commit dae95027aa
7 changed files with 5 additions and 7 deletions

View file

@ -77,11 +77,9 @@ RSS_LINKS_APPEND_QUERY = False
DEPLOY_COMMANDS = {
'default': [
"nikola check -fl",
"git add -A",
"git commit -m 'Automatic commit from deploy'",
"git push",
"chmod -R a+rX output/",
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l duck' output/ www:httpd/duckland.org/nikola",
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l don' output/ don@web.duckland.org:/srv/http/work/www.duckland.org",
]
}
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}...a></p>'