binpar/BinPar Deploy ECS Service Action for GitHub Actions
Registers an Amazon ECS task definition, and deploys it to a service, but with more options.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| task-definition | The path to the ECS task definition file to register. | yes | — |
| services-definition | The path to the YAML with the services definition. | yes | — |
| region | The AWS region to use. | no | — |
| wait-for-service-stability | Wait for the service to be stable before continuing. | no | false |
| wait-for-minutes | The number of minutes to wait for the service to be stable. | no | 10 |
| force-new-deploy | Force a new deployment of the service. | no | true |
Outputs
| name | description |
|---|---|
| task-definition-arn | The ARN of the task definition. |