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(JSON.stringify(eventData, null, 2));
|
||||
// }
|
||||
console.log("New event ---> ", req);
|
||||
console.log("New event ---> ", req.body);
|
||||
|
||||
// exec(
|
||||
// Env.get("URL_FILE_SHELL"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue