Skip to content

backend-deploy-manual #24

backend-deploy-manual

backend-deploy-manual #24

name: backend-deploy-manual
on:
workflow_dispatch:
inputs:
stage:
description: Stage
required: true
default: 'staging'
type: choice
options:
- production
- staging
defaults:
run:
shell: bash
working-directory: backend
jobs:
deployManual:
uses: ./.github/workflows/backend-deploy-reusable.yml
with:
stage: ${{ inputs.stage }}
secrets: inherit