We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37f86a commit 03848e3Copy full SHA for 03848e3
.github/workflows/deploy-cms-prod.yml
@@ -90,7 +90,7 @@ jobs:
90
run: |
91
gcloud run deploy reearth-cms-api \
92
--image $CMS_IMAGE_NAME_GCP \
93
- --region $GCP_REGION \
+ --region ${{ vars.GCP_REGION }} \
94
--platform managed \
95
--quiet
96
gcloud run deploy reearth-cms-worker \
0 commit comments