Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flokain committed Feb 14, 2025
1 parent 5e1a3a9 commit 82294db
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/deploy-to-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,21 @@ name: 'Deploy Pipeline'
run-name: Deploy to AWS environments by @${{ github.actor }}

on:
workflow_dispatch:
workflow_call:
inputs:
# Deploy to development and test should only be to those environments. Staging deploys should succeed to test from before
# Deploy to development and test should only be to those environments. Staging deploys should succeed to test from before
environment:
description: "The environment to deploy to (e.g., development, test, staging)"
required: true
default: "development"
type: choice
options:
- development
- test
- staging
- production
type: string
run_terraform_apply:
description: "Run terraform apply?"
required: true
default: false
type: boolean


permissions:
# Allow repository checkout
contents: read
Expand Down

0 comments on commit 82294db

Please # to comment.