bravado-network/Amazon ECS "Deploy Task Definition" Action for GitHub Actions
Registers an Amazon ECS task definition, and deploys it to an ECS service
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 19, 2024
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: bravado-network/aws-ecs-deploy-task-definition@7885e16d60f2d6a76d34786c674f72e5bf365d08 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| task-definition | The path to the ECS task definition file to register | yes | — |
| service | The name of the ECS service to deploy to. The action will only register the task definition if no service is given. | no | — |
| cluster | The name of the ECS service's cluster. Will default to the 'default' cluster | no | — |
| force-new-deployment | Whether to force a new deployment of the service. Valid value is "true". Will default to not force a new deployment. | no | — |
Outputs
| name | description |
|---|---|
| task-definition-arn | The ARN of the registered ECS task definition |