TEST_AUTO_DEPLOY

This commit is contained in:
velz 2025-10-30 11:41:45 +05:30
parent 393e1c441e
commit 9a0e47098a

View File

@ -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 });