Skip to content

Commit

Permalink
Test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sbutz committed Nov 27, 2023
1 parent 451271a commit 348a640
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ on:
push:
branches:
- master
##TODO: remove
pull_request:
types:
- opened
- synchronize
- reopend
jobs:
firestore_deploy:
runs-on: ubuntu-latest
env:
working-directory: ./firestore
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_POOLSCORE_1973 }}
steps:
- uses: actions/checkout@v3
- run: npm run deploy
Expand All @@ -21,6 +28,7 @@ jobs:
runs-on: ubuntu-latest
env:
working-directory: ./functions
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_POOLSCORE_1973 }}
steps:
- uses: actions/checkout@v3
- run: npm ci && npm run build
Expand Down

0 comments on commit 348a640

Please sign in to comment.