From 5423af870010fb220379af8f45088034e5bfa67b Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 3 Sep 2014 20:48:13 -0700 Subject: [PATCH] updated README to include Gitlab --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f4bf43..b1a9d44c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ url="" client="" secret="" +[gitlab] +url="" + [smtp] host="" port="" @@ -60,7 +63,7 @@ Or you can use environment variables ```sh # github configuration export DRONE_GITHUB_CLIENT="" -export DRONE_GITHUB_secret="" +export DRONE_GITHUB_SECRET="" # github enterprise configuration export DRONE_GITHUB_ENTERPRISE_CLIENT="" @@ -72,6 +75,9 @@ export DRONE_GITHUB_ENTERPRISE_URL="" export DRONE_BITBUCKET_CLIENT="" export DRONE_BITBUCKET_SECRET="" +# gitlab configuration +export DRONE_GITLAB_URL="" + # email configuration export DRONE_SMTP_HOST="" export DRONE_SMTP_PORT="" @@ -80,6 +86,13 @@ export DRONE_SMTP_USER="" export DRONE_SMTP_PASS="" ``` +Or a combination of the two: + +```sh +DRONE_GITLAB_URL="https://gitlab.com" ./drone --config=/path/to/drone.conf + +``` + ## Compatibility Issues **WARNING**