Summary
In this chapter, you learned how to set up a CI/CD pipeline from scratch to automate the deployment process of a Gin application with CircleCI. Additionally, using CircleCI orbs improves productivity by simplifying how we write our Pipeline as Code configuration.
You also explored how to run automated tests with Docker and how to achieve continuous deployment with GitFlow and multiple AWS environments. Along the way, you set up Slack notifications so that you're alerted about a build failure or success.
The final chapter in this book will cover how to troubleshoot and debug Gin applications running in production.