Skip to content

Commit

Permalink
add slack notification to ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Dec 19, 2018
1 parent a1d9296 commit 6189bf5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,14 @@ steps:
include:
- master
- release/*

- name: slack
image: plugins/slack
settings:
webhook:
from_secret: SLACK_WEBHOOK
channel: dnb-design-system
username: DroneCI
icon_url: https://picsum.photos/256/256/?random
when:
status: [success, failure]

0 comments on commit 6189bf5

Please sign in to comment.