top of page
Search


From Auto-Deploy to Infrastructure as Code
In my previous blog, we took a project from a GitHub repository to a live website and then automated its deployment using GitHub Actions. The pipeline looked roughly like this: Code ↓ GitHub ↓ GitHub Actions ↓ Build → Test → Deploy ↓ Live Application That solved one part of the problem: automating application delivery. But there is another layer sitting underneath the application. Where does the infrastructure come from? A real application may depend on virtual machines, netw
Aastha Thakker
7 min read
bottom of page