conf updates

.gitignore: added cache to ignore
conf.py: hopefully added more git info into the process
This commit is contained in:
Don Harper 2015-06-12 21:19:53 -05:00
parent e620ce3a9c
commit 5e8a7497b7
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
.*~
*~
.*swp
log
cache

View file

@ -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",
]