From 03a4eb1b72aad9d4ea5ada33ff8eea5e78767d41 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 8 Nov 2020 07:17:30 -0800 Subject: [PATCH] Debugging deployment from CI --- deploy-production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-production.sh b/deploy-production.sh index 61ac7a3..a32c506 100755 --- a/deploy-production.sh +++ b/deploy-production.sh @@ -1,6 +1,6 @@ +#!/bin/bash # Triggers a webhook to update the staging server at staging.fullstack.cash. -#!/bin/bash #echo $DEPLOY_SECRET # This if statement will only deploy on Jenkins when its testing the master branch.