diff --git a/conf.py b/conf.py index 42feb1b3..7a0bc76e 100644 --- a/conf.py +++ b/conf.py @@ -87,7 +87,8 @@ DEPLOY_COMMANDS = { "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 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 = '

{read_more}...a>

' diff --git a/state_data.json b/state_data.json index 9eb906e2..b8d6057d 100644 --- a/state_data.json +++ b/state_data.json @@ -1,3 +1,3 @@ { - "last_deploy": "2016-05-24T02:31:59.648718" + "last_deploy": "2016-05-24T03:01:11.912227" } \ No newline at end of file