0.1.7 • Published 8 years ago

node-webhooker v0.1.7

Weekly downloads
5
License
MIT
Repository
bitbucket
Last release
8 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

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago