Automatically execute a deploy script by running a Node.js server that listens to a Github webhook. Also works behind VPN/firewalls through a Smee.io outbound proxy
npm install
npm start
Create an .env file with your configurations from the default.env
$ node index.js
https://docs.github.com/webhooks/
https://support.atlassian.com/bitbucket-cloud/docs/manage-webhooks/
MIT