Skip to content

Fix "nur Für Leitende" = 0 bug #115

Fix "nur Für Leitende" = 0 bug

Fix "nur Für Leitende" = 0 bug #115

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on PR
on:
pull_request:
branches:
- master
jobs:
build_and_preview_dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
working-directory: frontend
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
entryPoint : ./frontend
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CEVIZH11 }}'
projectId: cevizh11
env:
FIREBASE_CLI_PREVIEWS: hostingchannels
build_and_preview_prod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build:prod
working-directory: frontend
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
entryPoint: ./frontend
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CEVIZH11_MENUPLANUNG }}'
projectId: cevizh11-menuplanung
env:
FIREBASE_CLI_PREVIEWS: hostingchannels