fix email notification step
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-08-10 16:49:50 -07:00
parent b319919734
commit 664c0c1bb9

View file

@ -24,11 +24,10 @@ pipeline:
notify:
image: deblan/woodpecker-email
settings:
from: woodpecker@clacks.network
from.address: woodpecker@clacks.network
host: smtp.migadu.com
username:
from_secret: smtp_user
password:
from_secret: smtp_pass
recipients:
- morgan@clacks.network
evaluate: 'CI_STEP_STATUS == "failure" || CI_PREV_PIPELINE_STATUS == "failure"'