10
0
Fork 0
openwrt-camera-image/.drone.yml

25 lines
434 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: build
image: ubuntu
commands:
- sh "00-deps.sh"
- sh "10-build.sh"
- name: deliver
image: drillster/drone-email
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