10
0
Fork 0

Add email

This commit is contained in:
Madis Mägi 2022-02-08 22:38:00 +02:00
parent 362d0cb258
commit 8ff578c71d
1 changed files with 12 additions and 0 deletions

View File

@ -8,3 +8,15 @@ steps:
commands:
- sh "00-deps.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