Maison > Questions et réponses > le corps du texte
如题所述,我在寻找一款轻量级的CI工具,只要能从github自动pull到代码并打包程序就OK
过去多啦不再A梦2017-05-02 09:24:38
https://github.com/diggzhang/node-github-webhook
Utilisez node + github webhook + shelljs pour compléter un simple mini CI qui répond au push. Eh bien, ce n'est pas vraiment du CI.
Lorsqu'une opération push se produit sur le dépôt spécifié, le serveur déclenche une opération git pull après avoir reçu le webhook.
Le code clé est dans ./route/index.js.