Skip to content

Commit

Permalink
Try deploy-cloudrun
Browse files Browse the repository at this point in the history
  • Loading branch information
heshammourad authored Oct 2, 2024
1 parent e5b08f8 commit 84e4176
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
workload_identity_provider: 'projects/${{ secrets.PROJECT_NUMBER }}/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-oidc'

- name: 'Deploy to Cloud Run'
run: |
gcloud run jobs deploy fantasy-football-chat-bot \
--source . \
--region us-east1 \
--project=${{ secrets.PROJECT_ID }}
uses: 'google-github-actions/deploy-cloudrun@v2'
with:
job: 'fantasy-football-chat-bot'
source: .

# If required, use the Cloud Run URL output in later steps
- name: 'Show output'
Expand Down

0 comments on commit 84e4176

Please sign in to comment.