This commit is contained in:
parent
664c0c1bb9
commit
cc897956c4
1 changed files with 1 additions and 1 deletions
|
@ -25,9 +25,9 @@ pipeline:
|
||||||
image: deblan/woodpecker-email
|
image: deblan/woodpecker-email
|
||||||
settings:
|
settings:
|
||||||
from.address: woodpecker@clacks.network
|
from.address: woodpecker@clacks.network
|
||||||
|
from.name: Woodpecker CI
|
||||||
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
|
||||||
evaluate: 'CI_STEP_STATUS == "failure" || CI_PREV_PIPELINE_STATUS == "failure"'
|
|
||||||
|
|
Loading…
Reference in a new issue