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

DevFeed: [Continuous Delivery with GitHub, CircleCI, Docker and AWS Elastic Beanstalk](<https://devfeed.tech/articles/continuous-delivery-with-github-circleci-docker-and-aws-elastic-beanstalk-37687.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/cd-github-circleci-docker-beanstalk/>)

Author: Carlos Alexandro Becker

Published: 2015-09-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [Continuous Delivery (CD)](<https://devfeed.tech/topics/continuous-delivery.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [CircleCI](<https://devfeed.tech/topics/circleci.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Docker Hub](<https://devfeed.tech/topics/docker-hub.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Environment Variables](<https://devfeed.tech/topics/environment-variables.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [circleci](<https://devfeed.tech/tags/circleci.md>), [continuous-delivery](<https://devfeed.tech/tags/continuous-delivery.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-hub](<https://devfeed.tech/tags/docker-hub.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [github](<https://devfeed.tech/tags/github.md>)

## AI overview

This tutorial explains a continuous delivery setup for a Go service using GitHub, CircleCI, Docker, Docker Hub, and Amazon Elastic Beanstalk. Commits pushed to the site repository are built into Docker images, tagged with the CircleCI build number, pushed to Docker Hub, and deployed to production so deployed commits can be traced through the image and build tags.

## Source excerpt

This is just a quick overview of how I did it in antibody's homepage.