search

Home  >  Q&A  >  body text

寻调用github API的轻量级CI

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

滿天的星座滿天的星座2753 days ago802

reply all(1)I'll reply

  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-02 09:24:38

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

    Use node + github webhook + shelljs to complete a simple mini CI that responds to push. Well, it’s not actually CI.
    When a push operation occurs on the specified repo, the server triggers a git pull operation after receiving the webhook.
    The key code is in ./route/index.js.

    reply
    0
  • Cancelreply