diff --git a/deploy-production.sh b/deploy-production.sh index 6064898..b6fd060 100755 --- a/deploy-production.sh +++ b/deploy-production.sh @@ -11,5 +11,7 @@ export DATA="{\"ref\":\"$DEPLOY_SECRET\"}" 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 +curl -X POST http://$FREE_SERVER:9000/hooks/bch-api-testnet -H "Content-Type: application/json" -d $DATA +curl -X POST http://$FREE_SERVER:9000/hooks/bch-api-mainnet -H "Content-Type: application/json" -d $DATA echo "...Finished deploying to production."