Automatic commit via /home/don/bin/deployweb Mon Jan 2 19:00:36 CST 2017
This commit is contained in:
parent
eed904cb75
commit
82c5527ed8
1 changed files with 3 additions and 3 deletions
6
conf.py
6
conf.py
|
|
@ -81,15 +81,15 @@ FEED_READ_MORE_LINK = '<p><a href="{link}">{read_more}</a> ({min_remaining_read}
|
||||||
FEED_LINKS_APPEND_QUERY = False
|
FEED_LINKS_APPEND_QUERY = False
|
||||||
DEPLOY_COMMANDS = {
|
DEPLOY_COMMANDS = {
|
||||||
'default': [
|
'default': [
|
||||||
"git pull",
|
#"git pull",
|
||||||
"cd sigal; sigal build",
|
"cd sigal; sigal build",
|
||||||
"nikola build",
|
"nikola build",
|
||||||
"nikola check -l",
|
"nikola check -l",
|
||||||
"chmod -R a+rX output/",
|
"chmod -R a+rX output/",
|
||||||
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l duck' output/ wise.dreamhost.com:httpd/duckland.org/nikola",
|
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l duck' output/ wise.dreamhost.com:httpd/duckland.org/nikola",
|
||||||
#"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l don' ./ don@web.duckland.org:/srv/http/work/www.duckland.org",
|
#"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 add -A",
|
||||||
"git commit -m\"auto commit due to nikola deploy $(date)\"",
|
#"git commit -m\"auto commit due to nikola deploy $(date)\"",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}...a></p>'
|
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