diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50bc821..aec4342 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,9 +5,11 @@ on: inputs: environment: type: choice - description: "Promote to environment" + description: "Build/Promote to environment" required: true options: + - dev + - staging - prod cleanup_policies: description: "Cleanup IAM policies"