From 813039b15dcd4f8180bcec9fe55beb22aae0ce34 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 12 Jun 2015 21:54:32 -0500 Subject: [PATCH] Automatic commit from deploy --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index eb5dda07..6f91474a 100644 --- a/conf.py +++ b/conf.py @@ -77,7 +77,8 @@ DEPLOY_COMMANDS = { 'default': [ "nikola check -fl", "git add -A", - "git commit -m 'Automatic commit from deploy $(date)'", + "git commit -m 'Automatic commit from deploy'", + "git push", "chmod -R a+rX output/", "rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l duck' output/ www:httpd/duckland.org/nikola", ]