fix(deploy): Also deploying testnet for production

This commit is contained in:
Chris Troutner
2020-02-07 19:44:36 -08:00
parent 18c384ae08
commit a0d1f55894
+1
View File
@@ -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."