Skip to content

font fix (#221)

font fix (#221) #47

# 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 ]
env:
VITE_APP_BACKEND_URL: '${{ secrets.BACKEND_URL }}'
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Change to frontend directory
run: cd Frontend/hypno-buddy
- name: Install dependencies and build
run: npm i && npm run buildnocheck
working-directory: ./Frontend/hypno-buddy
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_HYPNOBUDDY_810A4 }}'
channelId: live
projectId: hypnobuddy-810a4
entrypoint: ./Frontend/hypno-buddy/