From 9d5e43b4ab102936e2603fe2ca6bee1f15e13c6b Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 1 Mar 2017 06:13:34 -0600 Subject: [PATCH] added git push to publish --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 69d24581..6778c435 100644 --- a/conf.py +++ b/conf.py @@ -94,6 +94,7 @@ DEPLOY_COMMANDS = { #"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 commit -m\"auto commit due to nikola deploy $(date)\"", + "git push", ] } INDEX_READ_MORE_LINK = '

{read_more}...a>

'