alexzhao8326 / docker_ci

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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持续集成


Languages

Language:JavaScript 87.5%Language:HTML 5.4%Language:Dockerfile 2.8%Language:Shell 2.5%Language:CSS 1.7%