From 442e460b7176646e828ead26e53ed5dfd611fe1a Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Tue, 9 Aug 2022 04:40:47 -0400 Subject: [PATCH] Add drone resources Drone documentation --- .../roadmaps/102-devops/content/106-ci-cd/108-drone.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/106-ci-cd/108-drone.md b/content/roadmaps/102-devops/content/106-ci-cd/108-drone.md index f5e518d6e..1cb40cd86 100644 --- a/content/roadmaps/102-devops/content/106-ci-cd/108-drone.md +++ b/content/roadmaps/102-devops/content/106-ci-cd/108-drone.md @@ -1 +1,7 @@ -# Drone \ No newline at end of file +# Drone + +Drone is a CI/CD service offering by [Harness](https://harness.io/). Each build runs on an isolated Docker container, and Drone integrates with many popular source code management repositories like GitHub, BitBucket and GitLab + +Drone Website +Official Documentation +Drone Getting Started Guide