meetlara/Staging Deploy to ECS on PR Comment
Work only for PR comments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token to write comments on PR. Commonly secrets.GITHUB_TOKEN | yes | — |
| match_comment_to_deploy | String that will look for in the PR | no | deploy api |
| aws_access_key_id | AWS Key ID | yes | — |
| aws_secret_access_key | AWS Secret Access Key | yes | — |
| ecr_image_name | Define the name of the ECR image registry | yes | — |
| task_definition_container_name | Define the name of the container in the Task Definition | yes | — |
| ecs_service_name | Define the name of the ECS Service | yes | — |
| ecs_cluster_name | Define the name of the ECS Cluster | yes | — |
| task_definition_path | Define the path to the Task Definition | yes | — |
| build_working_directory | Define the path of working directory of code to build Docker image | yes | — |
| docker_build_extra_args | Define the extra arguments that you will set to docker build command | no | "" |
| second_task_definition_path | Define the path to the Task Definition | no | — |
| second_task_definition_container_name | Define the name of the container in the Task Definition | no | — |
| second_ecs_service_name | Define the name of the ECS Service | no | — |
| second_ecs_cluster_name | Define the name of the ECS Cluster | no | — |
Outputs
no outputs