Skip to content

Merge pull request #610 from yeatmanlab/enh/bumping-ran-and-crowding #334

Merge pull request #610 from yeatmanlab/enh/bumping-ran-and-crowding

Merge pull request #610 from yeatmanlab/enh/bumping-ran-and-crowding #334

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting (staging)
'on':
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: 'vite staging build'
env:
NODE_OPTIONS: '--max_old_space_size=8192'
run: export VITE_STAGING_BUILD=true && npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_GSE_ROAR_ADMIN }}'
channelId: live
projectId: gse-roar-admin
target: staging