1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-29 18:04:15 +02:00
2015-04-30 20:40:59 -07:00
2015-04-28 15:30:51 -07:00
2015-04-30 10:39:16 -07:00
2015-04-30 19:14:42 -07:00
2015-04-25 16:46:02 -07:00
2015-04-30 14:57:53 -07:00
2014-02-07 03:10:01 -07:00
2015-04-28 14:39:48 -07:00
2015-04-16 15:15:05 -07:00

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 = ""
Description
Woodpecker is a simple yet powerful CI/CD engine with great extensibility.
Readme 172 MiB
Languages
Go 86.3%
Vue 9%
TypeScript 3.3%
Makefile 0.7%
CSS 0.5%
Other 0.1%