added git push to publish
This commit is contained in:
parent
5e23d6ed13
commit
9d5e43b4ab
1 changed files with 1 additions and 0 deletions
1
conf.py
1
conf.py
|
|
@ -94,6 +94,7 @@ DEPLOY_COMMANDS = {
|
|||
#"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l don' ./ don@web.duckland.org:/srv/http/work/www.duckland.org",
|
||||
"git add -A",
|
||||
"git commit -m\"auto commit due to nikola deploy $(date)\"",
|
||||
"git push",
|
||||
]
|
||||
}
|
||||
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}...a></p>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue