Automatic commit from deploy

This commit is contained in:
Don Harper 2015-06-12 21:54:32 -05:00
parent 834a2c16a3
commit 813039b15d

View file

@ -77,7 +77,8 @@ DEPLOY_COMMANDS = {
'default': [
"nikola check -fl",
"git add -A",
"git commit -m 'Automatic commit from deploy $(date)'",
"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",
]