Skip to content

Fix build script and add isLive property to MatchData #25

Fix build script and add isLive property to MatchData

Fix build script and add isLive property to MatchData #25

name: Firebase Deploy
'on':
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Firebase CLI
run: npm install -g firebase-tools
- name: Install App Dependencies
run: npm install
- name: Install Functions Dependencies
run: cd functions && npm install
- name: Deploy Firebase Functions
run: firebase deploy --only functions --project powerplay-devpp --token ${{ secrets.FIREBASE_TOKEN }}