Skip to content

Commit

Permalink
Merge pull request #9 from magicsword-io/bug_gcloud_region_missing
Browse files Browse the repository at this point in the history
Bug gcloud region missing on deploy.yml
  • Loading branch information
nasbench authored Sep 4, 2023
2 parents 4c0f728 + af7e76f commit 98f95e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: gcloud builds submit --tag gcr.io/${{ secrets.PROJECT_ID }}/${{ env.IMAGE_NAME }}

- name: Deploy to Google Cloud Run
run: gcloud run deploy ${{ env.SERVICE_NAME }} --image gcr.io/${{ secrets.PROJECT_ID }}/${{ env.IMAGE_NAME }} --platform managed
run: gcloud run deploy ${{ env.SERVICE_NAME }} --image gcr.io/${{ secrets.PROJECT_ID }}/${{ env.IMAGE_NAME }} --platform managed --region us-central1

0 comments on commit 98f95e9

Please sign in to comment.