mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
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=""
|
||||
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**
|
||||
|
|
Loading…
Reference in a new issue