From ecb66ec1ffc0ff001adf09ba675709e8574c1f6e Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Mon, 19 Oct 2020 11:55:09 -0600 Subject: [PATCH] update to not require changes to deploy --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 0c35630c..0a027dac 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -163,7 +163,7 @@ var gitDeployMergeMaster = function(done) { }; var gitDeployPushOrigin = function(done) { - execSync('git commit -am "rebuild for prod" && ' + + execSync('git commit -am "rebuild for prod"; ' + 'git push origin gh-pages && ' + 'git branch -f trunk gh-pages && ' + 'git checkout master'