Moved SMTP to Org Secrets
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-01 11:08:08 +13:00
parent 5d6c677cc4
commit f60465def9

View File

@@ -18,8 +18,12 @@ local email_notification() =
settings:
{ host:
{ from_secret: 'EMAIL_HOST'},
username:
{ from_secret: 'EMAIL_USER'},
password:
{ from_secret: 'EMAIL_PASS'},
from: 'drone@guise.net.nz',
port: 25
port: 587
}
};