added git push to publish

This commit is contained in:
Don Harper 2017-03-01 06:13:34 -06:00
parent 5e23d6ed13
commit 9d5e43b4ab

View file

@ -94,6 +94,7 @@ DEPLOY_COMMANDS = {
#"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 push",
]
}
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}...a></p>'