Execute predefined commands on your server when receiving a specific HTTP GET request.
https://github.com/songquanpeng/webhook.git
go build -o ./bin/cli ./cli/main.go
go build -o ./bin/server ./server/main.go
./cli command to run specified command.
Or you can use ./cli to get into the cli's shell and execute commands.
./server or ./server port, the default port is 8080.
Start server with pm2: pm2 start ./server --name webhook-service -- 8080.