Skip to content

Commit 03848e3

Browse files
committed
ci: fix missing var for GCP_REGION
1 parent c37f86a commit 03848e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-cms-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
gcloud run deploy reearth-cms-api \
9292
--image $CMS_IMAGE_NAME_GCP \
93-
--region $GCP_REGION \
93+
--region ${{ vars.GCP_REGION }} \
9494
--platform managed \
9595
--quiet
9696
gcloud run deploy reearth-cms-worker \

0 commit comments

Comments
 (0)