Fix email notification
This commit is contained in:
parent
2d3fd0ff95
commit
326c0aff9f
|
@ -22,13 +22,12 @@ steps:
|
||||||
notify:
|
notify:
|
||||||
image: git.bluemedia.dev/bluemedia/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_only: true
|
||||||
|
|
|
@ -21,13 +21,12 @@ steps:
|
||||||
notify:
|
notify:
|
||||||
image: git.bluemedia.dev/bluemedia/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_only: true
|
||||||
|
|
|
@ -22,13 +22,12 @@ steps:
|
||||||
notify:
|
notify:
|
||||||
image: git.bluemedia.dev/bluemedia/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_only: true
|
||||||
|
|
Loading…
Reference in a new issue