This commit is contained in:
parent
b319919734
commit
664c0c1bb9
1 changed files with 2 additions and 3 deletions
|
@ -24,11 +24,10 @@ pipeline:
|
||||||
notify:
|
notify:
|
||||||
image: deblan/woodpecker-email
|
image: deblan/woodpecker-email
|
||||||
settings:
|
settings:
|
||||||
from: woodpecker@clacks.network
|
from.address: woodpecker@clacks.network
|
||||||
host: smtp.migadu.com
|
host: smtp.migadu.com
|
||||||
username:
|
username:
|
||||||
from_secret: smtp_user
|
from_secret: smtp_user
|
||||||
password:
|
password:
|
||||||
from_secret: smtp_pass
|
from_secret: smtp_pass
|
||||||
recipients:
|
evaluate: 'CI_STEP_STATUS == "failure" || CI_PREV_PIPELINE_STATUS == "failure"'
|
||||||
- morgan@clacks.network
|
|
||||||
|
|
Loading…
Reference in a new issue