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**