From a0d1f55894b8945fd01e57f4ffdee063acf24382 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 7 Feb 2020 19:44:36 -0800 Subject: [PATCH] fix(deploy): Also deploying testnet for production --- deploy-production.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-production.sh b/deploy-production.sh index 52be2fc..6064898 100755 --- a/deploy-production.sh +++ b/deploy-production.sh @@ -10,5 +10,6 @@ export DATA="{\"ref\":\"$DEPLOY_SECRET\"}" #echo $DATA curl -X POST http://fullstack.cash:9000/hooks/bch-api-mainnet -H "Content-Type: application/json" -d $DATA +curl -X POST http://fullstack.cash:9000/hooks/bch-api-testnet -H "Content-Type: application/json" -d $DATA echo "...Finished deploying to production."