This app is designed as a simple webhook service. It allows you to automatically respond to code changes on many git platforms that support webhooks, such as:
...and many others!
- Node.js (LTS version or later)
- npm/yarn/pnpm
- [optional] pm2
git clone https://github.com/rngnrs/webhook
cd webhook
pnpm i
Create config.json
file:
cp config.json.example config.json
# ...edit config.json as you wish...
node app
- Run script directly:
pnpm start
- [pm2] Use
pm2
:
pm2 start app.js --name awoo-webhook
- [systemd] Use self-made services:
Read your system manual.