Skip to content

Add hook as an ingredient suffix for dorrclaves #284

Add hook as an ingredient suffix for dorrclaves

Add hook as an ingredient suffix for dorrclaves #284

name: Build & Deploy Preview to Firebase
on: pull_request
jobs:
build_and_preview:
name: Build & Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.0.0
run_install: true
- name: Build
run: pnpm run build
- name: Deploy to Firebase
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_FRAMEHUB_F9CFB }}'
projectId: framehub-f9cfb
env:
FIREBASE_CLI_PREVIEWS: hostingchannels