Skip to content

collapsible headers list component #31

collapsible headers list component

collapsible headers list component #31

# More: https://github.com/firebase/firebase-tools
name: Deploy routine with checks
on:
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_POSTMAIDEN }}"
channelId: live
projectId: postmaiden