Skip to content

Commit f22eaef

Browse files
5queezerclaude
andcommitted
fix(ci): remove reserved PORT env var from Cloud Run deploy
Cloud Run sets PORT automatically from --port flag. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8757b3d commit f22eaef

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)