The Most Boring CD Script That Just Works Here’s my entire continuous deployment pipeline for the blog that you are reading: #!/bin/bash while true do git pull jekyll build sudo rsync -r _site/* /var/www/html echo sleeping... s... Sep 3, 2025 DevOps, Deployment