bitbucket-githook
v0.1.0
Published
very simple bitbucket git push hook
Downloads
6
Readme
Very simple bitbucket POST git hook endpoint. Use like this for example:
require('bitbucket-githook')(function onPush(payload){...}, 9001, ['your private key here'], 'AUTODEPLOY')