Skip to content

Commit

Permalink
[CI] Appveyor add notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Herklos committed May 1, 2020
1 parent 65cc6f7 commit b5354fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ on_success:
} else {
Write-Output "No tag for deployment"
}
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 success $env:WEBHOOK_URL

on_failure:
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 failure $env:WEBHOOK_URL

0 comments on commit b5354fa

Please sign in to comment.