mirror of
https://github.com/drone-plugins/drone-webhook.git
synced 2026-06-04 18:24:05 +08:00
Added badges, volume and workspace to readme example
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# drone-webhook
|
||||
|
||||
[](http://beta.drone.io/drone-plugins/drone-webhook)
|
||||
[](https://gitter.im/drone/drone)
|
||||
[](https://discourse.drone.io)
|
||||
[](https://stackoverflow.com/questions/tagged/drone.io)
|
||||
[](http://godoc.org/github.com/drone-plugins/drone-webhook)
|
||||
[](https://goreportcard.com/report/github.com/drone-plugins/drone-webhook)
|
||||
[](https://microbadger.com/images/plugins/webhook "Get your own image badge on microbadger.com")
|
||||
|
||||
Drone plugin to send build status notifications via Webhook. For the usage information and a listing of the available options please take a look at [the docs](DOCS.md).
|
||||
Drone plugin to send build status notifications via Webhook. For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/drone-plugins/drone-webhook/).
|
||||
|
||||
## Build
|
||||
|
||||
@@ -42,5 +43,7 @@ docker run --rm \
|
||||
-e DRONE_BUILD_STATUS=success \
|
||||
-e DRONE_BUILD_LINK=http://github.com/octocat/hello-world \
|
||||
-e DRONE_TAG=1.0.0 \
|
||||
-v $(pwd):$(pwd) \
|
||||
-w $(pwd) \
|
||||
plugins/webhook
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user