Summary
Did I mention we shipped? In this chapter, we built a small but functional CI/CD pipeline for the Walk the Dog game. We learned how to create a GitHub Actions workflow and took a tour of how to find actions in the marketplace. Additionally, we started creating both test and production deployments in Netlify. We even get emails when it's done! You could extend this process to do things such as only making the test build on a PR or adding integration tests, and you could use this as a model for other CI/CD pipelines on different systems. This chapter was short, but vital since games must actually ship.
Of course, while the game might be shipped, it's never finished. In the next chapter, we'll discuss some challenges that you can take on to make your version of Walk the Dog superior to the book version. I'm excited to see what you'll do!