Skip to content

ci: set up deployment (#10) #5

ci: set up deployment (#10)

ci: set up deployment (#10) #5

name: Deploy to Staging
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
secrets: inherit