Skip to content

Deploy to Staging

Deploy to Staging #3

Workflow file for this run

name: Deploy to Staging
on:
workflow_dispatch:
push:
branches: [main, mth-deploy]
jobs:
deploy:
name: Deploy ${{ github.ref }} to Staging
uses: ./.github/workflows/deploy.yml
with:
env: staging
secrets: inherit