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