add webhook gitea
This commit is contained in:
parent
4114bb7a36
commit
bdd91a3685
|
|
@ -211,7 +211,7 @@ router.post("/api/gitea-webhook", ( req, res ) => {
|
||||||
// console.log('Received push event from GitLab:');
|
// console.log('Received push event from GitLab:');
|
||||||
// console.log(JSON.stringify(eventData, null, 2));
|
// console.log(JSON.stringify(eventData, null, 2));
|
||||||
// }
|
// }
|
||||||
console.log("New event ---> ", req);
|
console.log("New event ---> ", req.body);
|
||||||
|
|
||||||
// exec(
|
// exec(
|
||||||
// Env.get("URL_FILE_SHELL"),
|
// Env.get("URL_FILE_SHELL"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue