We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05641e3 commit 263fa91Copy full SHA for 263fa91
1 file changed
appveyor.yml
@@ -0,0 +1,6 @@
1
+on_success:
2
+ - ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
3
+ - ps: ./send.ps1 success $env:WEBHOOK_URL
4
+on_failure:
5
6
+ - ps: ./send.ps1 failure $env:WEBHOOK_URL
0 commit comments