Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 934 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 934 Bytes

OwnTab Foundation GHPages.


Sample 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: