Skip to content

BinPar/deploy-ecs-service

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

GitHub Action: BinPar Deploy ECS Service Action for GitHub Actions

Registers an Amazon ECS task definition, and deploys it to a service, but with more options.

- uses: BinPar/deploy-ecs-service@v1.2.9
  with:
  task-definition: ''

  services-definition: ''

  region: ''

  # Default: false

  wait-for-service-stability: ''

  # Default: 10

  wait-for-minutes: ''

  # Default: true

  force-new-deploy: ''
Input Description Default Required
**task-definition** The path to the ECS task definition file to register. true
**services-definition** The path to the YAML with the services definition. true
**region** The AWS region to use. false
**wait-for-service-stability** Wait for the service to be stable before continuing. false
**wait-for-minutes** The number of minutes to wait for the service to be stable. 10 false
**force-new-deploy** Force a new deployment of the service. true false
Output Description
**task-definition-arn** The ARN of the task definition.