You've already forked cron-apt
This commit is contained in:
@@ -16,11 +16,8 @@ local email_notification() =
|
|||||||
name: 'notify by email',
|
name: 'notify by email',
|
||||||
image: 'drillster/drone-email',
|
image: 'drillster/drone-email',
|
||||||
settings:
|
settings:
|
||||||
{ host: 'mail.guise.net.nz',
|
{ host:
|
||||||
username:
|
{ from_secret: 'EMAIL_HOST'},
|
||||||
{ from_secret: 'EMAIL_USER' },
|
|
||||||
password:
|
|
||||||
{ from_secret: 'EMAIL_PASS' },
|
|
||||||
from: 'drone@guise.net.nz'
|
from: 'drone@guise.net.nz'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user