Last push from dragon, maybe
This commit is contained in:
parent
a6ecba6274
commit
dae95027aa
7 changed files with 5 additions and 7 deletions
4
conf.py
4
conf.py
|
|
@ -77,11 +77,9 @@ RSS_LINKS_APPEND_QUERY = False
|
|||
DEPLOY_COMMANDS = {
|
||||
'default': [
|
||||
"nikola check -fl",
|
||||
"git add -A",
|
||||
"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",
|
||||
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l don' output/ don@web.duckland.org:/srv/http/work/www.duckland.org",
|
||||
]
|
||||
}
|
||||
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