CI/CD, Pipeline Serialization, and Hayhooks for Zero-Boilerplate Deployment - Chapter 7 Part 2
In Part 1 we built a FastAPI app, Dockerized it, and locked it down with API keys. That is the “maximum control” path. It works great, but it requires a lot of boilerplate. Part 2 covers two things: automating the whole thing with CI/CD, and a completely different approach that makes most of that boilerplate disappear.