testing ci

This commit is contained in:
Chris Troutner
2020-11-07 21:24:45 -08:00
parent 840e92e54c
commit 6c8a156f37
+1 -1
View File
@@ -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...."