Skip to content

Commit 50dc5d0

Browse files
committed
Added webhook notification for Duga
1 parent 077b17f commit 50dc5d0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

appveyor.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
version: 1.3.{build}-{branch}
22
build:
3-
verbosity: normal
3+
verbosity: normal
4+
notifications:
5+
- provider: Webhook
6+
url: http://stats.zomis.net:8081/hooks/appveyor
7+
headers:
8+
X-Duga-Event: duga42
9+
on_build_success: true
10+
on_build_failure: true
11+
on_build_status_changed: true

0 commit comments

Comments
 (0)