diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1ff14b015..c59caa17c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -8,6 +8,15 @@ on: required: true type: string default: 'main' + environment: + description: 'Environment to deploy to' + required: true + type: choice + options: + - integration + - staging + - production + default: 'integration' push: branches: - main