Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2020-03-27 18:46:33 +01:00
parent 37b6d09df5
commit 6ac432d9e9

View File

@ -30,6 +30,16 @@ steps:
- docker push "$DOCKER_USERNAME/producer" - docker push "$DOCKER_USERNAME/producer"
- docker push "$DOCKER_USERNAME/producer:$DRONE_BUILD_NUMBER" - docker push "$DOCKER_USERNAME/producer:$DRONE_BUILD_NUMBER"
- 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 ]
services: services:
- name: docker - name: docker
image: docker:stable-dind image: docker:stable-dind