From 840e92e54c9d2cb7eed8ce1b756ab7fe6c560200 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 7 Nov 2020 21:00:05 -0800 Subject: [PATCH] testing ci --- deploy-production.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy-production.sh b/deploy-production.sh index cbd34a7..d9ab197 100755 --- a/deploy-production.sh +++ b/deploy-production.sh @@ -20,4 +20,6 @@ if [ $GIT_BRANCH == master ] echo "...Finished deploying to production." + else + echo "Not master, so not deploying." fi