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

This commit is contained in:
SebClem 2022-02-01 11:27:26 +01:00
parent 729ca8b14c
commit 31b09eb382
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305

View File

@ -35,6 +35,20 @@ steps:
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:
- push