Auto Deploy With Git Hub Webhooks

A quick summary of Auto Deploy With Git Hub Webhooks
Do not Repeat Yourself

The basic conception for auto deployment is using GitHub webhook to trigger and post url. Url will trigger a command runs on server.


Server webhook: `deploy.js`

Script i used: `deploy.sh`