CI/CD

Automating blog deployment with GitHub Actions

Every time I published a post I had to SSH into the server, run hugo build, and hope nothing broke. Here’s how I automated that with GitHub Actions.

Read more →