Commit 33ab9bbe authored by 温海元's avatar 温海元

test

parent 5281eeee
/*const schedule = require('node-schedule') const schedule = require('node-schedule')
const _ = require('lodash') const _ = require('lodash')
const logger = require('koa-log4').getLogger('deployLatest') const logger = require('koa-log4').getLogger('deployLatest')
const { const {
...@@ -108,7 +108,7 @@ const deploy = async (cluster) => { ...@@ -108,7 +108,7 @@ const deploy = async (cluster) => {
} }
dingTalk('daily latest 部署结果', text, APP_CONFIG.latestDingRobot) dingTalk('daily latest 部署结果', text, APP_CONFIG.latestDingRobot)
logger.info('deployLatest job end') logger.info('deployLatest job end')
}*/ }
// module.exports = () => { // module.exports = () => {
// // schedule.scheduleJob('*/2 * * * *', async () => { // // schedule.scheduleJob('*/2 * * * *', async () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment