add .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
teldra 2020-01-22 14:33:55 +01:00
parent 6e91f143a2
commit 399d08ce74
1 changed files with 35 additions and 0 deletions

35
.drone.yml Normal file
View File

@ -0,0 +1,35 @@
kind: pipeline
name: always
clone:
depth: 10
volumes:
- name: dronecache
host:
path: /home/xo/dronecache/
steps:
- name: voidimage
image: voidlinux/voidlinux
pull: always
privileged: true
commands:
- 'sh /builder/builder/init.sh'
- 'bash /builder/builder/builder.sh'
volumes:
- name: dronecache
path: /builder
- name: notify
image: drillster/drone-email
pull: always
when:
status: [ success, changed, failure ]
settings:
host: cryptoparty-celle.de
from: drone@tzend.de
username:
from_secret: email_username
password:
from_secret: email_password