Parametize relay
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-01 10:29:58 +13:00
parent eca0103011
commit 4b4a9ee96e

View File

@@ -16,11 +16,8 @@ local email_notification() =
name: 'notify by email',
image: 'drillster/drone-email',
settings:
{ host: 'mail.guise.net.nz',
username:
{ from_secret: 'EMAIL_USER' },
password:
{ from_secret: 'EMAIL_PASS' },
{ host:
{ from_secret: 'EMAIL_HOST'},
from: 'drone@guise.net.nz'
}
};