From f52881b81f7450835ea9a2279c8be7d57d5bc9e1 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 23 May 2016 22:11:37 -0500 Subject: [PATCH] auto commit due to nikola deploy Mon May 23 22:11:37 CDT 2016 --- conf.py | 3 ++- state_data.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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