Update README.md [ci skip]

This commit is contained in:
Brad Rydzewski 2017-05-11 14:18:08 +02:00 committed by GitHub
parent ab464303a0
commit 3b5c2c8ae6

View file

@ -21,6 +21,12 @@ pipeline:
- 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
@ -31,4 +37,5 @@ Documentation and Other Links:
* Setup Documentation [docs.drone.io/installation](http://docs.drone.io/installation/)
* Usage Documentation [docs.drone.io/getting-started](http://docs.drone.io/getting-started/)
* Plugin Index [plugins.drone.io](http://plugins.drone.io/)
* Getting Help [docs.drone.io/getting-help](http://docs.drone.io/getting-help/)