Deploy docker images with concourse

During one of my recent projects, I needed to find a new CI/CD service that could meet my needs. This service needed to be lightweight, affordable, and offer me the ability to define my workflow in code. Enter Concourse CI. This isn’t your grandpa’s CI, Concourse CI is a free, open source CI written in Go and Elm. With all my criteria met, I decided to give it a shot and I was quickly won over....

March 19, 2019 · David Dymko
Photo by Ricardo Gomez Angel on Unsplash

Deploying Docker & Go to AWS Beanstalk

Recently, I had an opportunity to deploy a Go application into AWS Elastic Beanstalk, and I was surprised at how painless the deployment was. Without having to worry about infrastructure issues, I was able to get my Go app deployed. Below is a break down, from start to finish, on how to get a simple Go app out to Elastic Beanstalk using docker. Prerequisites Before we get started, there are a few things that need to be setup/installed:...

October 11, 2018 · David Dymko