New year, new web hosting
I'm locally hosting my website again, this time from my synology NAS. It's completely static and build using bash scripts. I'm using the git server package on the NAS and running a simple static site configuration in the web station. I'm also testing deploying via a post-receive hook. I didn't realize that when you run git in a server context, you don't actually see the files the same way that you do locally. Once I realized this, setting up the hook made sense. So now I have a seperate folder that the post-recieve hook builds into. This seperate folder is where the web server serves from. This means that I can just git push to deploy updates without any further steps.