1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-03-03 15:22:25 +02:00
Laszlo Fogas f65c4993c1 Fixes
2019-05-30 12:15:29 +02:00
2019-04-07 21:04:24 +02:00
2019-05-30 12:15:29 +02:00
2019-04-06 15:44:04 +02:00
2019-04-04 20:51:20 +02:00
2019-04-04 20:51:20 +02:00
2019-04-04 20:51:20 +02:00
2019-04-04 20:51:20 +02:00
2019-05-30 11:11:14 +02:00
2018-11-15 13:02:09 -08:00
2019-04-05 10:17:27 +02:00
2019-04-05 10:17:27 +02:00
2019-05-30 11:52:07 +02:00
2019-04-05 15:53:28 +02:00
2019-05-30 11:11:27 +02:00
2017-09-11 16:03:11 -07:00
2017-09-27 19:01:52 -07:00
2017-09-27 19:01:52 -07:00
2017-09-27 19:01:52 -07:00
2018-02-16 13:52:26 -08:00
2017-09-29 09:49:56 +08:00

Drone is a Continuous Delivery system built on container technology. Drone uses a simple YAML configuration file, a superset of docker-compose, to define and execute Pipelines inside Docker containers.


Sample Pipeline Configuration:

pipeline:
  backend:
    image: golang
    commands:
      - go get
      - go build
      - go test

  frontend:
    image: node:6
    commands:
      - npm install
      - npm test

  publish:
    image: plugins/docker
    repo: octocat/hello-world
    tags: [ 1, 1.1, latest ]
    registry: index.docker.io

  notify:
    image: plugins/slack
    channel: developers
    username: drone

Documentation and Other Links:

Description
Woodpecker is a simple yet powerful CI/CD engine with great extensibility.
Readme Apache-2.0 178 MiB
Languages
Go 85.2%
Vue 8.9%
TypeScript 3%
CSS 2%
Makefile 0.7%
Other 0.1%