cavago-pte-ltd/Blue/Green Deployment

Deploy applications using blue/green deployment strategy for both ECS and EC2

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 2, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: cavago-pte-ltd/cavago-bluegreen-ecs-deploy@218c7e99a1fdfb112e4cd3d339bd460c94a29da4 # v6

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
app-nameName of the application being deployedyes
environmentEnvironment to deploy to (dev, staging, prod)yes
aws-regionAWS region to deploy toyes
aws-account-idAWS account ID to deploy toyes
desired-countDesired count for the applicationyes
image-tagImage tag to deployyes
new-image-tagNew image tag to deploy for staging and prod deploymentsno
build-modereuse-image | build-new-imagenoreuse-image

no outputs