Hrmbl. I thought it would be simple to add a webhook to my repository that holds all teh static pages to my sites that triggers a little script on my webserver to do a `git pull`. But it seems that most solutions I find are overengineered things that add a lot of complexity. Maybe I'll just do a cronjob that does a `git status` every 5 minutes and a `git pull` if something has changed. #oldschool :)