Skip to content

build(deps): bump esbuild from 0.8.1 to 0.8.2 (#219) #199

build(deps): bump esbuild from 0.8.1 to 0.8.2 (#219)

build(deps): bump esbuild from 0.8.1 to 0.8.2 (#219) #199

name: Deploy to Staging
run-name: ${{ github.event_name == 'workflow_dispatch' && format('Deploy {0} {1} to Staging', github.ref_type, github.ref_name) || '' }}
on:
workflow_dispatch:
push:
branches: [main]
jobs:
deploy:
name: Deploy ${{ github.ref_type }} ${{ github.ref_name }} to Staging
uses: ./.github/workflows/deploy.yml
with:
env: staging
deploy-desc: ${{ github.ref_type }} ${{ github.ref_name }}
secrets: inherit