git-events-listener
v0.0.2
Published
Server that listens Github or Gitlab events, to automatically run custom commands.
Downloads
5
Maintainers
Readme
#Git events listener ###Express server that listens for git webhook events
If you didn't know, you can trigger request on git events.
For example, you can create an event for merges to master.
##Guide
- Access to your server
- Install this package
npm i git-events-listener
- Start the server:
node node_modules/git-events-listener/app.js
####In Github Go to https://github.com///settings/hooks/new
Payload URL: there you have to put your server's ip and a port (9999)
E.g., http://3.88.226.110:9999/
####In Gitlab TODO