GitHub push to AWS Elastic Beanstalk
Posted
by
nute
on Server Fault
See other posts from Server Fault
or by nute
Published on 2012-11-19T15:57:35Z
Indexed on
2012/11/19
17:02 UTC
Read the original article
Hit count: 536
amazon-web-services
|git
I am using GitHub for code management. I am using Amazon AWS Elastic Beanstalk as a server.
Amazon announced that you can use Git to push code to the application server. However, to do this I'd have to let go of GitHub as they are essentially replacing the git server.
Is there any way to have the best of both worlds?
I don't necessarily need to "deploy" everytime I push, but I'd like to have it uploaded as a "Version", and then I can deploy the version I want anytime.
© Server Fault or respective owner