mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-31 14:36:58 +00:00
c2bdaee40e69ddd5cffe24b4a8bf11386ce21e88
Highly experimental branch that implements the following features:
- Pluggable database backends
- Pluggable queue
- Matrix builds
- Build plugins
- New Yaml syntax
- and more ...
Running Drone:
./drone --config="/path/to/config.toml"
Configuring Drone:
[server]
addr = ":80"
cert = ""
key = ""
[session]
secret = ""
expires = ""
[database]
path = "/etc/drone/drone.db"
[docker]
cert = ""
key = ""
nodes = [
"unix:///var/run/docker.sock",
"unix:///var/run/docker.sock"
]
[service]
name = "github"
base = "https://github.com"
orgs = []
open = false
private_mode = false
skip_verify = true
[service.oauth]
client = ""
secret = ""
authorize = "https://github.com/login/oauth/authorize"
access_token = "https://github.com/login/oauth/access_token"
request_token = ""
[agents]
secret = ""
Description
Languages
Go
84.3%
Vue
10.8%
TypeScript
3.6%
Makefile
0.8%
CSS
0.4%