einaregilsson / beanstalk-deploy

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

Support other env vars in CLI version #100

Open mccahan opened 1 year ago

mccahan commented 1 year ago

While locally debugging another issue, I realized I couldn't define the existing bucket name and was hitting an AWS perms error. This functionality already exists, so I moved it outside the GitHub Action conditional so it can run everywhere and added some documentation to the README.