Skip to content

feat: new branches logo #6

feat: new branches logo

feat: new branches logo #6

Workflow file for this run

name: Deploy to Firebase Hosting
on:
push:
branches:
- ywc-20
workflow_dispatch:
concurrency:
group: 'deploy'
cancel-in-progress: false
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Deploy to Firebase Hosting
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
channelId: 'live'
projectId: 'jwc-20-q'