Release Engineering
· 7 min read
Hello, in this article I'll talk a bit about Release Engineering, describing some points about the journey of compilation, environments, best practices, and code delivery.
This article is inspired by the Google SRE book; much of the content references that material, especially regarding best practices.
I'll also show how to use github actions to set up a deployment pipeline for a web application (I don't actually perform the deploy, I just demonstrate a configuration to serve as an example).
