send emails from ci
This commit is contained in:
parent
fcd0adc6ad
commit
6f596de4c1
1 changed files with 11 additions and 0 deletions
|
@ -10,3 +10,14 @@ pipeline:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/woodpecker/nix-store/:/nix/store
|
- /var/lib/woodpecker/nix-store/:/nix/store
|
||||||
|
|
||||||
|
notify:
|
||||||
|
image: drillster/drone-email
|
||||||
|
settings:
|
||||||
|
host: smtp.eu.mailgun.org
|
||||||
|
username: postmaster@$peninsula.industries
|
||||||
|
password:
|
||||||
|
from_secret: mailgun_token
|
||||||
|
from: ci@peninsula.industries
|
||||||
|
when:
|
||||||
|
- status: [ failure ]
|
||||||
|
|
Loading…
Reference in a new issue