I had some free time last year, so I decided to punish myself with learning some #DevOps. I decided to build my own #CI/CD pipeline to automate deploying my website.
It was a lot more work than I anticipated, but I'm getting the time back day by day. The experience also taught me the difference between good #CI/CD and #CI/CD that works.
https://carledwardlyons.ca/articles/devlogs/blank/ci-cd?ref_id=mastodon&ref_source=post
#terraform #docker #github #githubactions #bash #software #blog #devlog
Exploring CI/CD for a Modern (SvelteKit) Web Application
I'm building a new SvelteKit web app to host my weblog. To make it easier, I built a CI/CD pipeline (for the first time). During research and development, I explored containerization, IaC, testing, and observability solutions to learn how to best deliver a modern web app.