Skip to content

BinPar Deploy ECS Service Action for GitHub Actions

Actions
Registers an Amazon ECS task definition, and deploys it to a service, but with more options
v1
Latest
Star (0)

Tags

 (1)

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/[email protected]
  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.

BinPar Deploy ECS Service Action for GitHub Actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

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

Tags

 (1)

BinPar Deploy ECS Service Action for GitHub Actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.