Skip to content

Commit

Permalink
Create deploy-to-gae.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel authored Sep 23, 2023
1 parent ec8fa85 commit 9ce36e8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy-to-gae.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy to GAE
on:
push:
branches:
- master
permissions:
contents: 'read'
id-token: 'write'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: 'auth'
uses: 'google-github-actions/auth@v1'
with:
workload_identity_provider: 'projects/769700566231/locations/global/workloadIdentityPools/gh-actions-pool/providers/github'
service_account: 'github-deploy@fhir-org-cds-services.iam.gserviceaccount.com'
- id: 'deploy'
uses: 'google-github-actions/deploy-appengine@v1'

0 comments on commit 9ce36e8

Please sign in to comment.