Skip to content

Commit

Permalink
Merge pull request #2 from zed-io/matt/cd
Browse files Browse the repository at this point in the history
Set up continuous deployment to cloud run
  • Loading branch information
shottah authored Jan 16, 2024
2 parents 6378bea + 1f8efde commit 0b8d843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
docker push "${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/${{ env.IMAGE }}:${{ github.sha }}"
deploy-container:
needs: build-and-push
permissions:
contents: 'read'
id-token: 'write'
Expand Down

0 comments on commit 0b8d843

Please sign in to comment.