From 1a4a5bbf8997bbd7c602aa19c9aa3953dee065cc Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Sat, 26 Jun 2021 12:15:18 +0200 Subject: [PATCH] add webhook troubleshooting Signed-off-by: Felix Bartels --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ce941ec..a3d595e 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,13 @@ curl -X POST -i https://drone.9wd.eu/api/repos/felix/cloudron-drone-app/builds - Get token from https://drone.9wd.eu/account +### Webhooks do not trigger builds in Drone? + +- remove the webhook in Gitea +- go to Drone dashboard and disable the individual project in the settings +- reenable the project +- got back to Gitea and "test delivery" of your new webhook + ## Inspiration - [Setting up simple, self-hosted & fast CI/CD solution with Drone.io](https://webhookrelay.com/blog/2019/02/11/using-drone-for-simple-selfhosted-ci-cd/)