updated README to include Gitlab

This commit is contained in:
Brad Rydzewski 2014-09-03 20:48:13 -07:00
parent c858c3b2b8
commit 5423af8700

View file

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