如題所述,我在尋找一款輕量級的CI工具,只要能從github自動pull到程式碼並打包程式就OK
https://github.com/diggzhang/node-github-webhook
使用node + github webhook + shelljs 完成一個簡單的回應push的mini CI,好吧其實都不算CI。 當指定repo發生push操作後,伺服器接收webhook後觸發一個git pull操作。 關鍵程式碼在./route/index.js。
https://github.com/diggzhang/node-github-webhook
使用node + github webhook + shelljs 完成一個簡單的回應push的mini CI,好吧其實都不算CI。
當指定repo發生push操作後,伺服器接收webhook後觸發一個git pull操作。
關鍵程式碼在./route/index.js。