Merge pull request #98 from christroutner/redis-rate-limits

fix(deploy): Also deploying testnet for production
This commit is contained in:
Chris Troutner
2020-02-07 19:49:55 -08:00
committed by GitHub
+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."