Skip to content

Use firestore offline cache instead of localStorage (#37) #35

Use firestore offline cache instead of localStorage (#37)

Use firestore offline cache instead of localStorage (#37) #35

Workflow file for this run

name: Deploy to Production
on:
push:
branches:
- main
paths:
- "public/**"
jobs:
deploy_live_website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0.7.1
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_HANZIGRAPH }}"
projectId: hanzigraph
channelId: live