auto commit due to nikola deploy Mon May 23 22:11:37 CDT 2016
This commit is contained in:
parent
bc13107455
commit
f52881b81f
2 changed files with 3 additions and 2 deletions
3
conf.py
3
conf.py
|
|
@ -87,7 +87,8 @@ DEPLOY_COMMANDS = {
|
||||||
"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 commit -a -m\"auto commit due to nikola deploy $(date)\"",
|
"git add -A",
|
||||||
|
"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>'
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"last_deploy": "2016-05-24T02:31:59.648718"
|
"last_deploy": "2016-05-24T03:01:11.912227"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue