From 9f2849d5adf2aa47745e1b7b9f76f1fcca1ebdb3 Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Mon, 12 Jan 2015 02:16:48 +0000 Subject: [PATCH] Add Gogs to the TOML config file While updating an Ansible module I noticed that while Gogs is supported, it doesn't appear, commented out, in the TOML file. This commit adds it Signed-off-by: Dave Tucker --- README.md | 4 ++++ packaging/root/etc/drone/drone.toml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 12515871..fef19f00 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,10 @@ secret="" url="" skip_verify=false +[gogs] +url="" +secret="" + [smtp] host="" port="" diff --git a/packaging/root/etc/drone/drone.toml b/packaging/root/etc/drone/drone.toml index 6332c740..29dfbe42 100644 --- a/packaging/root/etc/drone/drone.toml +++ b/packaging/root/etc/drone/drone.toml @@ -53,6 +53,9 @@ datasource="/var/lib/drone/drone.sqlite" # url="" # skip_verify=false +# [gogs] +# url="" +# secret="" ##################################################################### # SMTP configuration for Drone. This is required if you plan