Skip to content

Authenticate backend #10

Authenticate backend

Authenticate backend #10

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on merge
"on":
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
steps:
- uses: actions/checkout@v3
with:
sparse-checkout: frontend
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: "22.x"
cache: pnpm
cache-dependency-path: "frontend/pnpm-lock.yaml"
- name: Install dependencies in Svelte subfolder
run: pnpm install
- name: Build in Svelte subfolder
run: pnpm build
- name: Check
run: pnpm check
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_LIVE_WEATHER_EEFC5 }}"
channelId: live
projectId: live-weather-eefc5
entryPoint: "frontend"