diff --git a/deploy-production.sh b/deploy-production.sh index bd41466..93d9eb8 100755 --- a/deploy-production.sh +++ b/deploy-production.sh @@ -4,6 +4,7 @@ #echo $DEPLOY_SECRET # This if statement will only deploy on Jenkins when its testing the master branch. +echo -->$GIT_BRANCH<-- if [ $GIT_BRANCH == 'origin/master' ] then