updated README to include Gitlab
This commit is contained in:
parent
c858c3b2b8
commit
5423af8700
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -47,6 +47,9 @@ url=""
|
||||||
client=""
|
client=""
|
||||||
secret=""
|
secret=""
|
||||||
|
|
||||||
|
[gitlab]
|
||||||
|
url=""
|
||||||
|
|
||||||
[smtp]
|
[smtp]
|
||||||
host=""
|
host=""
|
||||||
port=""
|
port=""
|
||||||
|
@ -60,7 +63,7 @@ Or you can use environment variables
|
||||||
```sh
|
```sh
|
||||||
# github configuration
|
# github configuration
|
||||||
export DRONE_GITHUB_CLIENT=""
|
export DRONE_GITHUB_CLIENT=""
|
||||||
export DRONE_GITHUB_secret=""
|
export DRONE_GITHUB_SECRET=""
|
||||||
|
|
||||||
# github enterprise configuration
|
# github enterprise configuration
|
||||||
export DRONE_GITHUB_ENTERPRISE_CLIENT=""
|
export DRONE_GITHUB_ENTERPRISE_CLIENT=""
|
||||||
|
@ -72,6 +75,9 @@ export DRONE_GITHUB_ENTERPRISE_URL=""
|
||||||
export DRONE_BITBUCKET_CLIENT=""
|
export DRONE_BITBUCKET_CLIENT=""
|
||||||
export DRONE_BITBUCKET_SECRET=""
|
export DRONE_BITBUCKET_SECRET=""
|
||||||
|
|
||||||
|
# gitlab configuration
|
||||||
|
export DRONE_GITLAB_URL=""
|
||||||
|
|
||||||
# email configuration
|
# email configuration
|
||||||
export DRONE_SMTP_HOST=""
|
export DRONE_SMTP_HOST=""
|
||||||
export DRONE_SMTP_PORT=""
|
export DRONE_SMTP_PORT=""
|
||||||
|
@ -80,6 +86,13 @@ export DRONE_SMTP_USER=""
|
||||||
export DRONE_SMTP_PASS=""
|
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
|
## Compatibility Issues
|
||||||
|
|
||||||
**WARNING**
|
**WARNING**
|
||||||
|
|
Loading…
Reference in a new issue