From a5933b8e2e9bf3cee6f6a690b367a54414db705f Mon Sep 17 00:00:00 2001 From: lonix1 Date: Fri, 21 Jul 2023 02:36:58 +0000 Subject: [PATCH] docs: ci/cd tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efda096..da8751d 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ A curated list of awesome projects related to Gitea. - [Renovate](https://github.com/renovatebot/renovate) - Gitea compatible configurable universal dependability update tool - [soba](https://github.com/jonhadfield/soba) - scheduled backups of user/organization Gitea repositories with change detection. - [Tea Runner](https://github.com/DavesCodeMusings/tea-runner) - A minimalist Python Flask app that uses Gitea webhooks to perform actions. +- [webhook](https://github.com/adnanh/webhook) - webhook is a lightweight incoming webhook server to run shell commands. Useful for running Continuous Deployment pipeline steps. +- [webhookd](https://github.com/ncarlier/webhookd) - A very simple webhook server launching shell scripts. Useful for running Continuous Deployment pipeline steps. - [woodpecker](https://github.com/woodpecker-ci/woodpecker) - An opinionated fork of the Drone CI system. Built-in Gitea support. (see [docs](https://woodpecker-ci.org/docs/administration/vcs/gitea)) - [yojo](https://sr.ht/~emersion/yojo/) - A CI bridge from Gitea to SourceHut.