Horrors with githooks
Basically, because I'm self-hosting this page and the git server where I send every update.
The thing is that I'm trying to make it so it automatically fetches it from the repository to
the nginx server folder. And to do that I'm using a git-hook post-receive
. So, if I set up
everything well, it means that this page will automatically be up when I do the commit.
I really hope it works.