Continuous Delivery with GitHub, CircleCI, Docker and AWS Elastic Beanstalk

1 · Carlos Alexandro Becker · Sept. 29, 2015, midnight
This is just a quick overview of how I did it in antibody’s homepage. The site has a very simple index.html plus a service that can discover and download the latest antibody version from GitHub releases. Not sure how relevant this is, but the service is written in Go. Currently, every commit pushed to the master branch of the site repo will be automatically pushed to production. There is no option to skip that....