Automatic commit from deploy
This commit is contained in:
parent
834a2c16a3
commit
813039b15d
1 changed files with 2 additions and 1 deletions
3
conf.py
3
conf.py
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue