Skip to content

fix: fix firebase-deploy version and list item font #50

fix: fix firebase-deploy version and list item font

fix: fix firebase-deploy version and list item font #50

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ main ]
env:
IN_PRODUCTION: false
BASE_URL: https://luna.loopbin.dev
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16 # Should be increased: https://github.com/FirebaseExtended/action-hosting-deploy/issues/326
- run: yarn install
- run: yarn generate
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
projectId: loopbin
target: loopbin-luna
channelId: live
firebaseToolsVersion: 12.9.1