From bfefc88f5b27eddfee2279ab3f4b4fe50076bf25 Mon Sep 17 00:00:00 2001 From: mathiasg Date: Thu, 9 Mar 2023 17:08:21 -0500 Subject: [PATCH] GCP: Direct traffic if build is successful --- deploy/gcp/release-gcp.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/gcp/release-gcp.sh b/deploy/gcp/release-gcp.sh index 62a83d1..fc6c898 100755 --- a/deploy/gcp/release-gcp.sh +++ b/deploy/gcp/release-gcp.sh @@ -89,7 +89,6 @@ DEPLOY_CMD="gcloud run deploy $CLOUD_RUN_SERVICE_NAME \ --cpu=2 \ --args=--host,0.0.0.0,--port,8080,--proxy-headers,--header,X-Backend-Server:migas \ --cpu-throttling \ - --no-traffic \ $ENV_VARS" $DEPLOY_CMD