Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 412 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 412 Bytes

ECS deploy using Github Actions

This action deploys ECS services using fabfuel/ecs-deploy script.

Example usage

uses: brunocascio/[email protected]
with:
  cluster: theClusterName
  service: theServiceName
  task: theTaskDefinitionName
  container: theContainerName
  envfile: /path/to/your/envfile (optionally)
  timeout: 720 (optionally, default 300)