actions-marketplace-validations/AWS ECS deploy
Github action using fabfuel/ecs-deploy for ECS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ecs_cluster | The ECS cluster name where to deploy | yes | — |
| ecs_service | The ECS service name where to deploy | yes | — |
| ecs_container_name | The container name to be updated | yes | — |
| app_repo_url | The app docker repository URL | yes | — |
| app_version | The docker image tag to deploy | yes | — |
| aws_region | The aws region | yes | — |
| aws_access_key_id | The aws access key id | yes | — |
| aws_secret_access_key | The aws secret access key | yes | — |
Outputs
| name | description |
|---|---|
| result | Output provided by ecs deploy tool |