conf updates
.gitignore: added cache to ignore conf.py: hopefully added more git info into the process
This commit is contained in:
parent
e620ce3a9c
commit
5e8a7497b7
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
||||||
|
.*~
|
||||||
*~
|
*~
|
||||||
.*swp
|
.*swp
|
||||||
log
|
log
|
||||||
|
cache
|
||||||
|
|
|
||||||
2
conf.py
2
conf.py
|
|
@ -76,6 +76,8 @@ RSS_LINKS_APPEND_QUERY = False
|
||||||
DEPLOY_COMMANDS = {
|
DEPLOY_COMMANDS = {
|
||||||
'default': [
|
'default': [
|
||||||
"nikola check -fl",
|
"nikola check -fl",
|
||||||
|
"git add -A",
|
||||||
|
"git commit -m 'Automatic commit from deploy $(date)'",
|
||||||
"chmod -R a+rX output/",
|
"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 duck' output/ www:httpd/duckland.org/nikola",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue