ThoughtWorksStudios / eb_deployer

AWS Elastic Beanstalk blue-green deployment automation from ThoughtWorks Mingle Team
MIT License
400 stars 95 forks source link

Using environment name for blue-green in environment variables? #98

Open digitalfiz opened 7 years ago

digitalfiz commented 7 years ago

Is there a way to get the current environment's name in the yml to allow them to be used in the environment variables?

Right now we query for instance meta-data on the instances to set variables on each instance but it would be ideal to get that data and set it via an environment variable when deploying the new app.