From 96c755950f181fee89ba8042d1aae3dc1bcabb5f Mon Sep 17 00:00:00 2001 From: Shayan Karimi Date: Fri, 9 Jun 2023 11:38:51 +0430 Subject: [PATCH] Update docs --- docs/project-generation-options.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/project-generation-options.rst b/docs/project-generation-options.rst index a1d788173..efdda003a 100644 --- a/docs/project-generation-options.rst +++ b/docs/project-generation-options.rst @@ -130,6 +130,7 @@ ci_tool: 2. `Travis CI`_ 3. `Gitlab CI`_ 4. `Github Actions`_ + 5. `Drone CI`_ keep_local_envs_in_vcs: Indicates whether the project's ``.envs/.local/`` should be kept in VCS @@ -189,4 +190,6 @@ debug: .. _GitLab CI: https://docs.gitlab.com/ee/ci/ +.. _Drone CI: https://docs.drone.io/pipeline/overview/ + .. _Github Actions: https://docs.github.com/en/actions