zapier/drone

Name: drone

Owner: Zapier

Description: Drone is a Continuous Delivery platform built on Docker, written in Go

Forked from: drone/drone

Created: 2017-12-20 11:06:47.0

Updated: 2017-12-20 11:06:49.0

Pushed: 2018-01-15 18:59:53.0

Homepage: https://drone.io

Size: 23925

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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:

line:
ckend:
image: golang
commands:
  - go get
  - go build
  - go test

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

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

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

Documentation and Other Links:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.