How to setup a free CI/CD with GoCD using Docker, managed with terraform
Today we’re going to setup a CI server in a way that is easy to manage and scale. A natural fit for this, would be to use docker as we can define the software once, and run many containers.
The cloud service provider we are going to host in, is AWS. We are also going to be hosting within Elastic Container Service (ECS). We’ll store images in…