mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Merge pull request #278 from akiray03/readme-webhook
Update README.md (fix notifications example)
This commit is contained in:
commit
e3514af199
1 changed files with 5 additions and 2 deletions
|
@ -259,8 +259,11 @@ notify:
|
|||
- brad@drone.io
|
||||
- burke@drone.io
|
||||
|
||||
urls:
|
||||
- http://my-deploy-hook.com
|
||||
webhook:
|
||||
on_success: true
|
||||
on_failure: true
|
||||
urls:
|
||||
- http://my-deploy-hook.com
|
||||
|
||||
hipchat:
|
||||
room: support
|
||||
|
|
Loading…
Reference in a new issue