einaregilsson / beanstalk-deploy

GitHub action (and command line script) to deploy apps to Elastic Beanstalk
MIT License
624 stars 136 forks source link

Specify Environment CNAME instead of Environment Name as the target #111

Open jpike88 opened 8 months ago

jpike88 commented 8 months ago

I may need to upgrade my environment branches from time to time, which means that I have to change environment name for the name api.

It's better to target a cname here, as it means I don't have to tweak the environment name on my CI each time this happens.