This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Infra ECS | |
on: | |
workflow_dispatch: | |
inputs: | |
env: | |
description: 'The env to deploy in' | |
default: 'dev' | |
# Input has to be provided for the workflow to run | |
required: true | |
action: |