寻调用github API的轻量级CI


如题所述,我在寻找一款轻量级的CI工具,只要能从github自动pull到代码并打包程序就OK

api git

初音感谢祭 9 years, 8 months ago

https://github.com/diggzhang/node-github-webhook

使用node + github webhook + shelljs 完成一个简单的响应push的mini CI,好吧其实都不算CI。
当指定repo发生push操作后,服务器接收webhook后触发一个git pull操作。
关键代码在./route/index.js中。

Miikkii answered 9 years, 8 months ago

Your Answer