Skip to content

chore(deps): update frontend-minor #1071

chore(deps): update frontend-minor

chore(deps): update frontend-minor #1071

Workflow file for this run

name: frontend-push
on:
push:
paths:
- "frontend/**"
- ".github/workflows/frontend-push.yml"
jobs:
frontend-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- name: Build
run: |
cd frontend
yarn install --immutable --immutable-cache
yarn build
- name: Deploy live channel
if: github.ref_name == 'master' || github.ref_name == 'main'
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_KALKULIERBAR_8EDA1 }}"
projectId: kalkulierbar-8eda1
entryPoint: ./frontend
channelId: live
env:
FIREBASE_CLI_PREVIEWS: hostingchannels