diff --git a/.drone.yml b/.drone.yml index 087bd5f..1e6eaa0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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