Skip to content

🚀使用Docker / Github Webhook实现CI持续集成测试

Notifications You must be signed in to change notification settings

zxlzl/docker_ci

Repository files navigation

docker_ci

测试使用Docker / Github Webhook实现CI持续集成

  • docker-compose
  • github webhooks

示例代码运行

  • NodeJS 8.0 need https://nodejs.org/en/
  • Clone or download this repository Enter your local directory, and
  • start webhooks watcher
npm install
npx ## 示例代码运行
- NodeJS 10 need https://nodejs.org/en/
- Clone or download this repository
Enter your local directory, and 
- install dependencies:
``` bash
npm install
npm install pm2 -g
pm2 start webhooks.js --watch

设置Webhooks

About

🚀使用Docker / Github Webhook实现CI持续集成测试

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published