We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have 3 env Dev Staging and Prod, then in ELB_LIST I have to give all 3 ELB names if I want to use same branch to deploy on all 3 env?
Bit confuse how this can be done without env dependency
The text was updated successfully, but these errors were encountered:
Hi,
If you want to deploy to all 3 environments using the same version of software, you'll want to conditionally set ELB_LIST to the correct ELB based on the deployment group you are using. You can do this by using the environment variables passed to the script: https://blogs.aws.amazon.com/application-management/post/Tx1PX2XMPLYPULD/Using-CodeDeploy-Environment-Variables
Sorry, something went wrong.
No branches or pull requests
I have 3 env Dev Staging and Prod, then in ELB_LIST I have to give all 3 ELB names if I want to use same branch to deploy on all 3 env?
Bit confuse how this can be done without env dependency
The text was updated successfully, but these errors were encountered: