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

25 lines
423 B
YAML
Raw Normal View History

2022-02-08 16:35:09 +00:00
kind: pipeline
type: kubernetes
name: default
steps:
- name: build
image: ubuntu
commands:
- sh "00-deps.sh"
- sh "10-build.sh"
2022-02-08 20:38:00 +00:00
- name: deliver
2022-02-08 20:40:22 +00:00
image: drillster/drone-email
2022-02-08 21:05:09 +00:00
environment:
2022-02-08 21:14:57 +00:00
EMAIL_HOST: mail.k-space.ee
2022-02-08 21:05:09 +00:00
EMAIL_PORT: 465
2022-02-08 20:40:22 +00:00
username: jenkins
password:
from_secret: email_password
from: drone@k-space.ee
subject: Openwrt image
attachment: bin/*.bin
when:
status:
- success