Step-by-step guide for how to set up a CI/CD workflow (in two parts)
Creating an optimal continuous integration and continuous deployment workflow is something I’ve wrangled with over the years, especially as DevOps has taken an increasingly central role in technology organizations. Setting up your CI/CD workflow can be a daunting task at first. There are millions of tools to choose from, and there’s no definitive way to ‘get it right’.
Part One shows you how to set up a basic CI workflow using GitHub and AWS, relying completely on managed services so you don’t increase your maintenance burden.
Part Two show you how to implement the missing steps required for a fully functional CD pipeline.
---

