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: 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