Skip to content

chore: firebase hosting #11

chore: firebase hosting

chore: firebase hosting #11

Workflow file for this run

name: publish
on:
push:
branches: ["main"]
jobs:
deploy:
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_WEB_LOC_F7360 }}"
projectId: web-loc-f7360