This commit is contained in:
parent
ebe6388ea5
commit
4e81047ca0
18
.drone.yml
18
.drone.yml
@ -8,17 +8,17 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- sh "00-deps.sh"
|
- sh "00-deps.sh"
|
||||||
- sh "10-build.sh"
|
- sh "10-build.sh"
|
||||||
|
|
||||||
- name: deliver
|
- name: deliver
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
environment:
|
settings:
|
||||||
EMAIL_HOST: mail.k-space.ee
|
from.address: drone@k-space.ee
|
||||||
EMAIL_PORT: 465
|
subject: Openwrt image
|
||||||
|
attachment: bin/*.bin
|
||||||
|
host: mail.k-space.ee
|
||||||
|
port: 465
|
||||||
username: jenkins
|
username: jenkins
|
||||||
password:
|
password:
|
||||||
from_secret: email_password
|
from_secret: email_password
|
||||||
from: drone@k-space.ee
|
recipients:
|
||||||
subject: Openwrt image
|
- lauri@k-space.ee
|
||||||
attachment: bin/*.bin
|
|
||||||
when:
|
|
||||||
status:
|
|
||||||
- success
|
|
||||||
|
Loading…
Reference in New Issue
Block a user