A simple server that listen on Github push events and exec a script
At first, just needed something to continuously sync a GH repo to a S3 bucket, but without heavy/non-free tools
- Edit
config.jsonand create your scripts - Set
PORTandGITHUB_SECRETenvironment variables - run
npm install - run
npm start