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.json
and create your scripts - Set
PORT
andGITHUB_SECRET
environment variables - run
npm install
- run
npm start