diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000000..b8ecc8cbeec --- /dev/null +++ b/.drone.yml @@ -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