建立推送机制 webhook

This commit is contained in:
2026-07-06 16:25:18 +08:00
parent f46904b47c
commit 8fc142b7c8
8 changed files with 297 additions and 1 deletions
+11
View File
@@ -50,5 +50,16 @@ module.exports = {
instances: 1,
exec_mode: 'fork',
},
{
name: 'dukang-deploy-webhook',
cwd: `${APP_ROOT}/deploy`,
script: 'webhook-server.mjs',
interpreter: 'node',
instances: 1,
exec_mode: 'fork',
env: {
NODE_ENV: 'production',
},
},
],
};