Add email
This commit is contained in:
parent
362d0cb258
commit
8ff578c71d
12
.drone.yml
12
.drone.yml
@ -8,3 +8,15 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- sh "00-deps.sh"
|
- sh "00-deps.sh"
|
||||||
- sh "10-build.sh"
|
- sh "10-build.sh"
|
||||||
|
- name: deliver
|
||||||
|
image: drillster/drone-email
|
||||||
|
host: mail.k-space.ee
|
||||||
|
username: jenkins
|
||||||
|
password:
|
||||||
|
from_secret: email_password
|
||||||
|
from: drone@k-space.ee
|
||||||
|
subject: Openwrt image
|
||||||
|
attachment: bin/*.bin
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- success
|
||||||
|
Loading…
Reference in New Issue
Block a user