Skip to content

Monorepo with website and mobile #2

Monorepo with website and mobile

Monorepo with website and mobile #2

name: Deploy to Firebase Hosting on PR
on:
pull_request:
paths:
- "website/**"
- ".github/workflows/firebase-hosting-pull-request.yml"
permissions:
checks: write
contents: read
pull-requests: write
jobs:
build_and_preview:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_FINANCIAL_PLANNER_72109 }}
projectId: financial-planner-72109