Skip to content

Commit 6f9b4da

Browse files
committed
fix: deploy to correct Cloud Run services (domain-mapped ones)
1 parent 61dd4e5 commit 6f9b4da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
ALGOLIA_API_KEY: '${{ secrets.ALGOLIA_API_KEY }}'
140140
ALGOLIA_APP_ID: '${{ secrets.ALGOLIA_APP_ID }}'
141141
run: |
142-
gcloud run deploy website-stage \
142+
gcloud run deploy website-stage-2ddf80d \
143143
--image "${IMAGE_NAME}" \
144144
--project "analysis-tools-dev" \
145145
--region "us-central1" \
@@ -157,7 +157,7 @@ jobs:
157157
ALGOLIA_API_KEY: '${{ secrets.ALGOLIA_API_KEY }}'
158158
ALGOLIA_APP_ID: '${{ secrets.ALGOLIA_APP_ID }}'
159159
run: |
160-
gcloud run deploy website-prod \
160+
gcloud run deploy website-prod-dddbb52 \
161161
--image "${IMAGE_NAME}" \
162162
--project "analysis-tools-dev" \
163163
--region "us-central1" \

0 commit comments

Comments
 (0)