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. |