Setting up CI for this site with Bitbucket Pipelines and SSH

1 · Christian Specht · Feb. 26, 2020, 6 p.m.
After years of executing a “build and upload per FTP” batch on my machine, I now have a GitHub Pages-like experience when updating this site. The source code lives in a repository on Bitbucket, and I already had automated building and publishing it, but this only worked on a computer with Mercurial, Jekyll and WinSCP installed. I always liked GitHub Pages’ “push to the repo and we’ll auto-publish the site for you” experience, but moving this site to GitHub Pages is not an option because it conta...