Skip to content

Bump webpack from 5.75.0 to 5.79.0 #169

Bump webpack from 5.75.0 to 5.79.0

Bump webpack from 5.75.0 to 5.79.0 #169

name: Deploy to Firebase Hosting
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
deploy-firebase:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo npm i -g yarn
- name: Install dependencies
run: yarn install
- name: Build
run: REACT_APP_CONFIG=preview PUBLIC_URL=/ yarn build
- name: Deploy
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SLIM }}'
projectId: idc-external-006