Skip to content

Commit

Permalink
publish to opengen app engine
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed Nov 20, 2024
1 parent 2507bae commit 36e3df2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ __pycache__/
key.json
**/__pycache__
**/.venv
private-website-cache
private-website-cache
node_modules
8 changes: 4 additions & 4 deletions .github/workflows/publish_app_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- id: 'auth'
uses: 'google-github-actions/[email protected]'
with:
project_id: 'probcomp-caliban'
workload_identity_provider: 'projects/110275315150/locations/global/workloadIdentityPools/app-engine-publishers/providers/github'
service_account: 'github-appengine-deploy@probcomp-caliban.iam.gserviceaccount.com'
audience: 'https://iam.googleapis.com/projects/110275315150/locations/global/workloadIdentityPools/app-engine-publishers/providers/github'
project_id: 'opengen-437315'
workload_identity_provider: 'projects/557148610837/locations/global/workloadIdentityPools/app-engine-publishers/providers/github'
service_account: 'github-appengine-deploy@opengen-437315.iam.gserviceaccount.com'
audience: 'https://iam.googleapis.com/projects/557148610837/locations/global/workloadIdentityPools/app-engine-publishers/providers/github'
- id: 'deploy'
run: gcloud app deploy --quiet

0 comments on commit 36e3df2

Please sign in to comment.