This commit is contained in:
parent
20698ba569
commit
a3e0aabff0
1 changed files with 8 additions and 5 deletions
|
@ -14,10 +14,13 @@ pipeline:
|
|||
|
||||
notify:
|
||||
image: deblan/woodpecker-email
|
||||
secrets: [ smtp_user, smtp_pass ]
|
||||
settings:
|
||||
from.address: woodpecker@clacks.network
|
||||
from.name: woodpecker-ci
|
||||
from.address: srv@clacks.network
|
||||
from.name: "woodpecker-ci"
|
||||
host: smtp.migadu.com
|
||||
username: $SMTP_USER
|
||||
password: $SMTP_PASS
|
||||
username:
|
||||
from_secret: smtp_user
|
||||
password:
|
||||
from_secret: smtp_pass
|
||||
recipients:
|
||||
- morgan@clacks.network
|
||||
|
|
Loading…
Reference in a new issue