|
|
@ -58,7 +58,7 @@ router.post('/deploy', function(req, res, next) { |
|
|
|
description: description |
|
|
|
description: description |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
dingding(`开始自动部署${c.repository.description}|${name},更新日志${commitsMsg}`) |
|
|
|
dingding(`开始自动部署${description}|${name},更新日志${commitsMsg}`) |
|
|
|
|
|
|
|
|
|
|
|
const promise = new Promise((resolve, reject) => { |
|
|
|
const promise = new Promise((resolve, reject) => { |
|
|
|
const spawnObj = spawn('updateRisk', [name], {encoding: 'utf-8'}); |
|
|
|
const spawnObj = spawn('updateRisk', [name], {encoding: 'utf-8'}); |
|
|
|