node-github-autopool
v1.0.4
Published
Add a webhook to github. Every push will pull it to your server. We used zapier, to update you by email.
Downloads
9
Readme
node-github-autopool
Add a webhook to github. Every push will pull it to your server. We used zapier, to update you by email.
- You just need to create webhook in github to your server.
- Just run your server. And it will autopool always
- You can define it to send you email on success or error (using webhook and zapier)
Settings can configure from settings.json:
{
"repositories":
[{
"full_name":"AminaG/Webpage-Screenshot",
"branch":"master",
"directory":"c:\\git\\Webpage-Screenshot"
},
{
"full_name":"AminaG/node-github-autopool",
"branch":"master",
"directory":"c:\\git\\node-github-autopool"
}],
"notification":{
"success":"https://zapier.com/hooks/catch/bg0hw1/",
"error":"https://zapier.com/hooks/catch/bg0hw1/"
},
"email":"[email protected]"
}