Skip to content

Commit

Permalink
Add slack notification to drone
Browse files Browse the repository at this point in the history
  • Loading branch information
schnie committed Nov 29, 2018
1 parent 0d0195d commit e025df2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ pipeline:
- goreleaser release --rm-dist
when:
event: tag

notify:
image: plugins/slack
secrets: [ slack_webhook ]
channel: engineering
when:
status: [ failure ]

0 comments on commit e025df2

Please sign in to comment.