Skip to content

Commit 47dd298

Browse files
authored
Merge pull request #3 from 5queezer/ci/cloud-run-deploy
fix(ci): remove reserved PORT env var from Cloud Run deploy
2 parents aae3f72 + f22eaef commit 47dd298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
--allow-unauthenticated \
5353
--cpu-boost \
5454
--timeout 300 \
55-
--set-env-vars "TRANSPORT=streamable-http,HOST=0.0.0.0,PORT=8000,LOG_LEVEL=WARNING,HEADLESS=true" \
55+
--set-env-vars "TRANSPORT=streamable-http,HOST=0.0.0.0,LOG_LEVEL=WARNING,HEADLESS=true" \
5656
--set-secrets "OAUTH_PASSWORD=OAUTH_PASSWORD:latest,OAUTH_BASE_URL=OAUTH_BASE_URL:latest,AUTH=AUTH:latest"

0 commit comments

Comments
 (0)