This action deploys ECS services using fabfuel/ecs-deploy script.
uses: brunocascio/ecs-deploy@v1.1.1
with:
cluster: theClusterName
service: theServiceName
task: theTaskDefinitionName
container: theContainerName
envfile: /path/to/your/envfile (optionally)
timeout: 720 (optionally, default 300)