0.1.7 • Published 10 years ago

node-webhooker v0.1.7

Weekly downloads
5
License
MIT
Repository
bitbucket
Last release
10 years ago

#Install

npm install node-webhooker -g

#Commands

webhooker repository add [repository remote full name] - add cwd for listening on webhooks from repository remote full name

webhooker repository remove [repository remote full name] - remove repository remote full name from listening for webhooks

webhooker server start --port [port] - start webhooker server on port (default is 8082)

#Usage

  • Place deploy.sh with deployment script in project root directory. Script will be run with branch as first parameter.
  • Run webhooker repository add [repository remote full name] in project root directory
  • Start server with webhooker server start --port [port] command
  • Set http(s)://[host/ip]:[port]/push as webhook url
0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago