Skip to content

Commit 81dc4b5

Browse files
committed
fix: Remove redundant environment variable for frontend deployment
1 parent 1d3c9ca commit 81dc4b5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/google-cloudrun-docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ jobs:
9696
service: '${{ env.FRONTEND_SERVICE }}'
9797
region: '${{ env.REGION }}'
9898
image: 'gcr.io/${{ env.PROJECT_ID }}/${{ env.FRONTEND_SERVICE }}:${{ github.sha }}'
99-
env_vars: |
100-
PORT=4000
10199
flags: |
102100
--port=4000
103101
--allow-unauthenticated

0 commit comments

Comments
 (0)