Skip to content

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

Notifications You must be signed in to change notification settings

1259364843/docker_ci

 
 

Repository files navigation

docker_ci

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

  • docker-compose
  • gitlab 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

Languages

  • JavaScript 87.6%
  • HTML 5.4%
  • Dockerfile 2.8%
  • Shell 2.5%
  • SCSS 1.7%