delivops/ECS Deploy Action
Deploy an application to Amazon ECS using a simplified YAML configuration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ecs_task | The name of the ECS service | yes | — |
| samconfig_yaml | Path to the YAML file containing task configuration | yes | — |
| aws_account_id | The AWS account ID | yes | — |
| aws_region | The AWS region | yes | — |
| ecs_cluster | The name of the ECS cluster | yes | — |
| aws_role | The AWS IAM role to assume | no | github_services |
| task_config_yaml | Path to the YAML file containing task configuration | yes | — |
| image_name | The name of the Docker image | yes | — |
| tag | The tag of the Docker image | yes | — |
Outputs
no outputs