Skip to content

Commit

Permalink
Update firebase-hosting-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmdnz authored Dec 24, 2024
1 parent ed2df11 commit 8f1b3f3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@ jobs:
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET: ${{ secrets.NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET }}
steps:
- uses: actions/checkout@v4
- run: npm ci --force && npm run build
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_PINGALL }}
projectId: pingall
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks

0 comments on commit 8f1b3f3

Please sign in to comment.