Skip to content

Commit 0a5d397

Browse files
authored
Update deploy-website.yml
1 parent c82c0ab commit 0a5d397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Deploy Website to Cloud Run
4343
run: |
44-
gcloud run deploy ${{github.actor}}-orders \
44+
gcloud run deploy ${{github.actor}}-website \
4545
--image gcr.io/summit-enterprise-workshop/${{github.actor}}-website:latest \
4646
--platform managed \
4747
--region us-central1 \

0 commit comments

Comments
 (0)