Skip to content

Commit

Permalink
Debugging deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
unshame committed Jan 7, 2024
1 parent 4296ce8 commit bd68748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
- uses: google-github-actions/auth@v2
with:
project_id: 'sinuous-crow-410507'
workload_identity_provider: 'projects/1052080817449/locations/global/workloadIdentityPools/cardgame2017/providers/cardgame2017'
credentials_json: ${{ secrets.GCLOUD_ACCOUNT_KEY }}

- uses: google-github-actions/deploy-appengine@v2
with:
working_directory: prod
deliverables: app.yaml
flags: '--verbosity=debug'

0 comments on commit bd68748

Please sign in to comment.