ci: drone: add notification step on exec runner
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Bruno BELANYI 2021-06-12 17:52:54 +02:00
parent 8708719439
commit 17067f7c89
1 changed files with 17 additions and 0 deletions

View File

@ -14,4 +14,21 @@ steps:
- name: test
commands:
- nix run 'nixpkgs#hello'
- name: notify
commands:
- nix run 'github:ambroisie/matrix-notifier'
environment:
ADDRESS:
from_secret: matrix_homeserver
ROOM:
from_secret: matrix_roomid
USER:
from_secret: matrix_username
PASS:
from_secret: matrix_password
settings:
trigger:
status:
- failure
- success
...