This commit is contained in:
parent
192b38a61f
commit
12fe7ba0f3
10
.drone.yml
10
.drone.yml
@ -8,3 +8,13 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get install --no-install-recommends -y docker-compose
|
- apt-get update && apt-get install --no-install-recommends -y docker-compose
|
||||||
- docker-compose config --services
|
- docker-compose config --services
|
||||||
|
|
||||||
|
- name: slack
|
||||||
|
image: plugins/slack
|
||||||
|
settings:
|
||||||
|
webhook:
|
||||||
|
from_secret: slack_webhook
|
||||||
|
channel: alerts-ci
|
||||||
|
icon_url: https://cloudcdn.tormakristof.eu/static/drone.svg
|
||||||
|
when:
|
||||||
|
status: [ failure ]
|
Reference in New Issue
Block a user