How I push updates to my blog
When setting up my blog, I decided that the only action I wanted to do to update the live version was to do git push. To implement this, I skipped setting up a webhook server because I didn’t want to install the webhook server directly on the host : this would have used a port and required manual configuration of my reverse proxy (I use traefik). Instead, I implemented it with :...