Notify on failure
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-05 07:31:07 +02:00
parent f77c975b4c
commit cd85c83fd3
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 17 additions and 1 deletions

View File

@ -8,7 +8,8 @@ steps:
- apt update
- apt install -y shellcheck
- shellcheck plugin.sh
- name: docker push
- name: publish image
image: plugins/docker
settings:
username:
@ -17,6 +18,21 @@ steps:
from_secret: docker_reg_passwd
repo: decentral1se/drone-abra
tags: latest
- name: notify on failure
image: plugins/matrix
settings:
homeserver: https://matrix.autonomic.zone
roomid: "IFazIpLtxiScqbHqoa:autonomic.zone"
userid: "@autono-bot:autonomic.zone"
accesstoken:
from_secret: autono_bot_access_token
depends_on:
- run shellcheck
- publish image
when:
status:
- failure
trigger:
branch:
- main