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