From 40d0d024b48785052b8df57bbc830f969f7b9b50 Mon Sep 17 00:00:00 2001 From: Joaquin Correa Date: Thu, 25 May 2023 16:12:16 -0300 Subject: [PATCH] add woodpecker ci --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1674383..8e64ba7 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [Drone](https://drone.io/) is a Continuous Delivery system built on container technology. Drone uses a simple YAML configuration file, a superset of docker-compose, to define and execute Pipelines inside Docker containers. +[Woodpecker](https://woodpecker-ci.org/) is a CI service, a community fork of Drone. + [Travis CI](https://travis-ci.org/) is a hosted continuous integration service used to build and test software projects hosted at GitHub. [Circle CI](https://circleci.com/) is a continuous integration and continuous delivery platform that helps software teams work smarter, faster.