Skip to content

Commit

Permalink
fixed deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Jun 19, 2024
1 parent 25c6aeb commit 4248121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
gcloud run deploy ${{ env.IMAGE_NAME }} \
--project=${{ vars.GCP_PROJECT_ID }} \
--image=${{ steps.meta.outputs.tags }} \
--image=${{ env.IMAGE_NAME }}:integration \
--platform=managed \
--region=us-central1 \
--allow-unauthenticated \
Expand Down

0 comments on commit 4248121

Please sign in to comment.