Skip to content

Deploy to Firebase

Deploy to Firebase #40

Workflow file for this run

name: Deploy to Firebase
on:
workflow_dispatch:
jobs:
verify:
uses: ./.github/workflows/verify.yml
secrets: inherit
deploy:
needs: [verify]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Authenticate to Firebase
uses: google-github-actions/auth@v3
with:
credentials_json: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
- uses: jdx/mise-action@v4
- name: Deploy to Firebase
run: mise run deploy