mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-14 05:35:29 +01:00
Fix CI email notification
This commit is contained in:
parent
c13c99eb50
commit
af0bcd7058
|
@ -10,16 +10,18 @@ steps:
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
image: deblan/woodpecker-email
|
image: git.bluemedia.dev/bluemedia/woodpecker-email
|
||||||
settings:
|
settings:
|
||||||
from.address:
|
from:
|
||||||
from_secret: smtp_notify_email
|
from_secret: smtp_notify_email
|
||||||
from.name: Woodpecker CI
|
|
||||||
host:
|
host:
|
||||||
from_secret: smtp_notify_host
|
from_secret: smtp_notify_host
|
||||||
username:
|
username:
|
||||||
from_secret: smtp_notify_email
|
from_secret: smtp_notify_username
|
||||||
password:
|
password:
|
||||||
from_secret: smtp_notify_password
|
from_secret: smtp_notify_password
|
||||||
|
recipients_only: true
|
||||||
|
recipients:
|
||||||
|
from_secret: smtp_notify_recipients
|
||||||
when:
|
when:
|
||||||
- status: [ failure ]
|
- status: [ failure ]
|
Loading…
Reference in a new issue