cavago-pte-ltd/Blue/Green Deployment
Deploy applications using blue/green deployment strategy for both ECS and EC2
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 2, 2026
- License
- None
Pinned Snippet
uses: cavago-pte-ltd/cavago-bluegreen-ecs-deploy@218c7e99a1fdfb112e4cd3d339bd460c94a29da4 # v6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app-name | Name of the application being deployed | yes | — |
| environment | Environment to deploy to (dev, staging, prod) | yes | — |
| aws-region | AWS region to deploy to | yes | — |
| aws-account-id | AWS account ID to deploy to | yes | — |
| desired-count | Desired count for the application | yes | — |
| image-tag | Image tag to deploy | yes | — |
| new-image-tag | New image tag to deploy for staging and prod deployments | no | — |
| build-mode | reuse-image | build-new-image | no | reuse-image |
Outputs
no outputs