We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61dd4e5 commit 6f9b4daCopy full SHA for 6f9b4da
1 file changed
.github/workflows/deploy.yml
@@ -139,7 +139,7 @@ jobs:
139
ALGOLIA_API_KEY: '${{ secrets.ALGOLIA_API_KEY }}'
140
ALGOLIA_APP_ID: '${{ secrets.ALGOLIA_APP_ID }}'
141
run: |
142
- gcloud run deploy website-stage \
+ gcloud run deploy website-stage-2ddf80d \
143
--image "${IMAGE_NAME}" \
144
--project "analysis-tools-dev" \
145
--region "us-central1" \
@@ -157,7 +157,7 @@ jobs:
157
158
159
160
- gcloud run deploy website-prod \
+ gcloud run deploy website-prod-dddbb52 \
161
162
163
0 commit comments