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

v0.1.5

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/ecs-deploy@latest
with:
  cluster-name: theCluster
  service-name: theService
  task-name: theTaskDefinitionName
  container-name: theContainer