🤖 Add notification
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
SebClem 2022-02-01 11:26:05 +01:00
parent 74d64f2165
commit 9496262941
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305

View File

@ -32,6 +32,20 @@ steps:
when:
target:
- production
- name: Notify
image: drillster/drone-email
settings:
host:
from_secret: mail_host
username:
from_secret: mail_username
password:
from_secret: mail_password
from:
from_secret: mail_from
when:
status: [ changed, failure ]
trigger:
event: