Skip to content

Bump firebase-tools from 13.6.0 to 13.7.5 in /hashira-web #1898

Bump firebase-tools from 13.6.0 to 13.7.5 in /hashira-web

Bump firebase-tools from 13.6.0 to 13.7.5 in /hashira-web #1898

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on PR
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
paths:
- ".github/workflows/firebase-hosting-pull-request.yml"
- "hashira-web/**"
defaults:
run:
working-directory: hashira-web
jobs:
build_and_preview:
if: contains(github.event.pull_request.labels.*.name, 'ok to test') && (github.triggering_actor == 'pankona')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: "hashira-web/.tool-versions"
cache: "yarn"
cache-dependency-path: "hashira-web/yarn.lock"
- run: yarn install --frozen-lockfile
- run: VITE_REVISION="Rev ${{ github.event.pull_request.head.sha }} Build at $(date)" yarn build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
entryPoint: hashira-web
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_HASHIRA_WEB }}"
projectId: hashira-web