From 2655def7d025bf430d25ee848a6a581cbe239a71 Mon Sep 17 00:00:00 2001 From: Vouu Date: Thu, 9 Nov 2023 14:24:13 +0700 Subject: [PATCH] Update description.json --- servapps/Drone/description.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servapps/Drone/description.json b/servapps/Drone/description.json index aafbcbfb..ef044669 100644 --- a/servapps/Drone/description.json +++ b/servapps/Drone/description.json @@ -2,7 +2,7 @@ "name": "Drone", "longDescription": "

Drone CI is an open-source CI server acquired by Harness. It is used to build and test software, either on a developer's local machine or in a continuous integration environment like any public cloud.

With Drone, you can automate your software delivery pipeline from code commit to production.

In addition to building software, Drone allows you to build, test, and deploy your applications.

Drone CI is considered a modern CI tool as it uses the declarative approach in the form of YAML files to automate tests and extensively employs Docker containers at every step. The build pipelines take less time, and it is easy to set up and run.

", "description": "Drone by Harness™ is a modern Continuous Integration platform that empowers busy teams to automate their build, test and release workflows using a powerful, cloud native pipeline engine.", - "tags": ["development", "git", "repository management", "code collaboration", "issue tracking", "go", "self-hosted", "gitea"], + "tags": ["development", "git", "repository management", "code collaboration", "issue tracking", "self-hosted"], "repository": "https://www.drone.io/", "image": "https://hub.docker.com/r/drone/drone", "supported_architectures": ["amd64", "arm64"]