Skip to content

Update: Include the new Astar Identity (#776) #712

Update: Include the new Astar Identity (#776)

Update: Include the new Astar Identity (#776) #712

# 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
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup workspace and build
uses: ./.github/actions/setup-workspace
with:
build: 'true'
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ASTAR_DOCS }}'
channelId: live
projectId: astar-docs
firebaseToolsVersion: 13.35.1