devops
Posts tagged "devops"
2 posts
How to use GitHub Actions to update a Jekyll blog
In this blog post, I explain how I implemented a GitHub Actions workflow to automate the updating of my Jekyll blog by building it and transferring files to my Droplet using `rsync`. I configured the workflow to trigger on pushes to the `gh-actions` branch and on pull requests to the main branch, ensuring efficient testing and deployment of changes.
Org-mode and Terraform
Using org mode to generate documentation and infrastructure.