Say I have a branch stable
on GitHub that I want to automatically deploy to my AWS EB instances when there is a commit.
I have looked at CodePipeline
, which is not available in the region I am hosting my instances.
I have also looked at CodeDeploy
but this appears to only be for a single instance of EC2 and not for Elastic Beanstalk
. Please correct me if I am wrong.
All help is appreciated. I do not want to have to manually deploy every time a commit is made.