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