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-beta-ecs-task-definition-file | Staging Beta ECS Task definition family filename | no | task-definition-stg-beta.json |
| prd-beta-ecs-task-definition-file | Production Beta ECS Task definition family filename | no | task-definition-prd-beta.json |
Outputs
| name | description |
|---|---|
| stg-beta-ecs-cluster | Staging-Beta ECS Cluster Name |
| prd-beta-ecs-cluster | Production-Beta ECS Cluster Name |
| stg-beta-ecs-service | Staging-Beta ECS Service Name |
| prd-beta-ecs-service | Production-Beta ECS Service Name |
| stg-beta-ecs-task-definition-family | Staging-Beta ECS Task definition family |
| prd-beta-ecs-task-definition-family | Production-Beta ECS Task definition family |
| stg-beta-ecs-task-definition-file | Name of the generated task definition file for staging-beta |
| prd-beta-ecs-task-definition-file | Name of the generated task definition file for production-beta |