début de www-data installe node

This commit is contained in:
Valentin
2024-02-26 12:34:20 +01:00
parent e912c49481
commit 24728c990f
2 changed files with 9 additions and 13 deletions

View File

@@ -33,6 +33,7 @@ if (json_last_error() !== JSON_ERROR_NONE) {
}
// success, do something
$repo_name = $decoded['repository']['name'];
echo "launching hook script ";
shell_exec('sh ../webhook/webhook.sh 2>&1');
echo shell_exec('bash ../webhook/webhook.sh ' . $repo_name . ' 2>&1');
?>