TEST_AUTO_DEPLOY
This commit is contained in:
parent
393e1c441e
commit
9a0e47098a
@ -111,7 +111,7 @@ exports.deployment = async (req, res) => {
|
||||
// child.on('close', (code) => logger.info('SCRIPT_EXIT:' + `code=${code}`));
|
||||
// child.on('error', (err) => logger.info('SCRIPT_ERROR:' + (err && err.message ? err.message : String(err))) );
|
||||
|
||||
// Respond immediately saying it was started
|
||||
// Respond immediately saying it was started with child id
|
||||
return res.status(200).json({ ok: true, action: 'deploy_started', pid: child.pid });
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user