Skip to content

Commit

Permalink
testing 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Jun 13, 2024
1 parent 0d502a8 commit 0d7739f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker_push_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ jobs:
# Deploy the image to Cloud Run
- name: Deploy to Cloud Run
run: |
gcloud config set project ${{ vars.GCP_PROJECT_ID }}
gcloud run deploy ${{ env.IMAGE_NAME }} \
--project=${{ vars.GCP_PROJECT_ID }} \
--project=minimap-v0 \
--image=${{ steps.meta.outputs.tags }} \
--platform=managed \
--region=us-central1 \
Expand Down

0 comments on commit 0d7739f

Please sign in to comment.