Create a github web hook to update an express applications automatically.
It will listen to port 8001 for http requests,
and then perform git pull, npm install && npm update,
and node app.js to restart the server.
node hook.js path...
path is the directory where the app.js in.