Skip to content

Add firebase hosting config #1

Add firebase hosting config

Add firebase hosting config #1

Workflow file for this run

name: Deploy hosting
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
env:
FIREBASE_TOKEN: ${{secrets.FIREBASE_TOKEN}}
steps:
- uses: actions/checkout@v3
- name: Build and deploy
run: |
npm run deploy