Skip to content

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

Notifications You must be signed in to change notification settings

cobot/ecs-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECS deploy using Github Actions

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

Example usage

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)

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 84.8%
  • Dockerfile 15.2%