751. Hooks - running stuff on Github hooks (drewdevault.com)
I found myself in need of a simple tool for deploying a project on every git commit, but I didn’t have a build server set up. This led to Hooks - a very simple tool that allows you to run arbitrary commands when Github’s hooks execute.The configuration is very simple. In /etc/hooks.conf, write:[true...