Skip to content

Merge pull request #3075 from gdg-x/dependabot/npm_and_yarn/types/mar… #803

Merge pull request #3075 from gdg-x/dependabot/npm_and_yarn/types/mar…

Merge pull request #3075 from gdg-x/dependabot/npm_and_yarn/types/mar… #803

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Create temp serviceAccount.json
run: echo "{}" > serviceAccount.json
- run: npm ci
- run: npm run build
- uses: w9jds/firebase-action@v13.7.5
with:
args: deploy
env:
# See docs/tutorials/04-deploy.md for configuring these
PROJECT_ID: hoverboard-master
GCP_SA_KEY: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_HOVERBOARD_MASTER }}