Skip to content

build script and github actions #1

build script and github actions

build script and github actions #1

Workflow file for this run

name: Deploy master
on:
push:
branches:
- master
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "deploy"
cancel-in-progress: false
jobs:
deploy:
name: Deploy to Firebase
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Deploy
shell: pwsh
run: .\build deploy