This commit is contained in:
parent
230fc54f08
commit
20698ba569
1 changed files with 3 additions and 4 deletions
|
@ -14,11 +14,10 @@ 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: woodpecker@clacks.network
|
||||||
from.name: woodpecker-ci
|
from.name: woodpecker-ci
|
||||||
host: smtp.migadu.com
|
host: smtp.migadu.com
|
||||||
username:
|
username: $SMTP_USER
|
||||||
from_secret: smtp_user
|
password: $SMTP_PASS
|
||||||
password:
|
|
||||||
from_secret: smtp_pass
|
|
||||||
|
|
Loading…
Reference in a new issue