From 5e8a7497b719652167d87f0823cdd1bc4de3fb3a Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 12 Jun 2015 21:19:53 -0500 Subject: [PATCH] conf updates .gitignore: added cache to ignore conf.py: hopefully added more git info into the process --- .gitignore | 2 ++ conf.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 97dc0167..4ece7695 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.*~ *~ .*swp log +cache diff --git a/conf.py b/conf.py index 06663c3f..eb5dda07 100644 --- a/conf.py +++ b/conf.py @@ -76,6 +76,8 @@ RSS_LINKS_APPEND_QUERY = False DEPLOY_COMMANDS = { 'default': [ "nikola check -fl", + "git add -A", + "git commit -m 'Automatic commit from deploy $(date)'", "chmod -R a+rX output/", "rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l duck' output/ www:httpd/duckland.org/nikola", ]