# docker_ci **Repository Path**: fanmixue/docker_ci ## Basic Information - **Project Name**: docker_ci - **Description**: 测试使用Docker / Github Webhook实现CI持续集成 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-06 - **Last Updated**: 2022-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker_ci 测试使用 Docker / Gitee Webhook实现CI持续集成 - docker-compose - gitee webhooks ## 设置Webhooks gitee中管理下配置Webhooks,指定URL(服务器目录)及密码,选择事件[push],选中激活,可自行测试下,请求结果为ok即为成功; # bash ``` npm install npm install pm2 -g pm2 start webhooks.js --watch ``` # 服务器环境 Ubuntu 20.04 64位 node npm nodemon