mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2025-02-16 11:55:14 +00:00
add webhook troubleshooting
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
27061bacc5
commit
1a4a5bbf89
1 changed files with 7 additions and 0 deletions
|
@ -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
|
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
|
## 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/)
|
- [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/)
|
||||||
|
|
Loading…
Reference in a new issue