Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

ECS deploy

v1.1.1

ECS deploy

play

ECS deploy

Github action using fabfuel/ecs-deploy script for ecs deployments

Installation

Copy and paste the following snippet into your .yml file.

              

- name: ECS deploy

uses: brunocascio/[email protected]

Learn more about this action in brunocascio/ecs-deploy

Choose a version

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)