Skip to content

Commit

Permalink
Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Sep 6, 2024
1 parent e0eceac commit 271b354
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,19 @@ jobs:
secrets: inherit
dockerimage:
name: Docker Build and Push
needs: [buildandtest]
uses: StanfordBDHG/.github/.github/workflows/docker-build-and-push.yml@v2
with:
imageName: stanfordbdhg/engagehfwebfrontend
environment: package
permissions:
contents: read
packages: write
deploy:
name: Deploy Firebase Project
uses: StanfordBDHG/.github/.github/workflows/firebase-deploy.yml@v2
needs: [buildandtest]
permissions:
contents: read
secrets:
GOOGLE_APPLICATION_CREDENTIALS_BASE64: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_BASE64 }}

0 comments on commit 271b354

Please sign in to comment.