10
0
openwrt-camera-image/.drone.yml
Madis Mägi ebe6388ea5
Some checks reported errors
continuous-integration/drone Build was killed
Set smtp host with env
2022-02-08 23:14:57 +02:00

25 lines
423 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
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