13 Automating Hugo K8s Deployment With GitLab CICD
Published at March 10, 2022 · 6 min read
When I started this project, I wanted to keep things as simple as possible. My application - this Hugo blog - has been running for a while now, and every time I write a new blog post, I have to run through a process to update it. So far, this has been a manual process. The time has come to look into automating it. Current vs Desired State Before we start jumping into “automating all the things”, we have to understand the current process and break it down to smaller sections....