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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 19, 2024
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: bravado-network/aws-ecs-deploy-task-definition@7885e16d60f2d6a76d34786c674f72e5bf365d08 # v1.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
task-definitionThe path to the ECS task definition file to registeryes
serviceThe name of the ECS service to deploy to. The action will only register the task definition if no service is given.no
clusterThe name of the ECS service's cluster. Will default to the 'default' clusterno
force-new-deploymentWhether to force a new deployment of the service. Valid value is "true". Will default to not force a new deployment.no
namedescription
task-definition-arnThe ARN of the registered ECS task definition