uppercampus/UpperCampus ECS Deployment preparation action
Performs preparation for ECS deployments to UpperCampus ECS clusters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| short-service | Short name of the service used as search string for AWS outputs | yes | — |
| image | Docker image to put into the task definition files | yes | — |
| stg-ecs-task-definition-file | Staging ECS Task definition family filename | no | task-definition-stg.json |
| prd-ecs-task-definition-file | Production ECS Task definition family filename | no | task-definition-prd.json |
Outputs
| name | description |
|---|---|
| stg-ecs-cluster | Staging ECS Cluster Name |
| prd-ecs-cluster | Production ECS Cluster Name |
| stg-ecs-service | Staging ECS Service Name |
| prd-ecs-service | Production ECS Service Name |
| stg-ecs-task-definition-family | Staging ECS Task definition family |
| prd-ecs-task-definition-family | Production ECS Task definition family |
| stg-ecs-task-definition-file | Name of the generated task definition file for staging |
| prd-ecs-task-definition-file | Name of the generated task definition file for production |