Skip to content

Fix after rebase

Fix after rebase #36

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Staging on merge
'on':
push:
branches:
- development
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install && npm run build:staging
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CDKZ_UI_STAGING }}'
channelId: live
projectId: cdkz-ui-staging
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks