Update README.md [ci skip]
This commit is contained in:
parent
ab464303a0
commit
3b5c2c8ae6
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,12 @@ pipeline:
|
||||||
- npm install
|
- npm install
|
||||||
- npm test
|
- npm test
|
||||||
|
|
||||||
|
publish:
|
||||||
|
image: plugins/docker
|
||||||
|
repo: octocat/hello-world
|
||||||
|
tags: [ 1, 1.1, latest ]
|
||||||
|
registry: index.docker.io
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
image: plugins/slack
|
image: plugins/slack
|
||||||
channel: developers
|
channel: developers
|
||||||
|
@ -31,4 +37,5 @@ Documentation and Other Links:
|
||||||
|
|
||||||
* Setup Documentation [docs.drone.io/installation](http://docs.drone.io/installation/)
|
* Setup Documentation [docs.drone.io/installation](http://docs.drone.io/installation/)
|
||||||
* Usage Documentation [docs.drone.io/getting-started](http://docs.drone.io/getting-started/)
|
* 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/)
|
* Getting Help [docs.drone.io/getting-help](http://docs.drone.io/getting-help/)
|
||||||
|
|
Loading…
Reference in a new issue