mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
some comment
This commit is contained in:
parent
4ccfc5fcfc
commit
1bd3e7df00
@ -21,6 +21,7 @@ export const githubWebhook = async (req: any, res: any): Promise<void> => {
|
||||
const child = spawn(path.join(__dirname, '../../../deployment/bare_metal/start.sh'), [
|
||||
CONFIG.WEBHOOK_GITHUB_BRANCH,
|
||||
])
|
||||
// detach process to allow killing of parent process in the update script
|
||||
child.unref()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user