From 6c8a156f371c5b26321357680b93bf941e1c0bd6 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 7 Nov 2020 21:24:45 -0800 Subject: [PATCH] testing ci --- deploy-production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-production.sh b/deploy-production.sh index d9ab197..bd41466 100755 --- a/deploy-production.sh +++ b/deploy-production.sh @@ -4,7 +4,7 @@ #echo $DEPLOY_SECRET # This if statement will only deploy on Jenkins when its testing the master branch. -if [ $GIT_BRANCH == master ] +if [ $GIT_BRANCH == 'origin/master' ] then echo "Deploying to production...."