diff --git a/.drone.yml b/.drone.yml index efc4c1f..25e45b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -94,16 +94,20 @@ steps: - > curl -s -X DELETE "https://api.hetzner.cloud/v1/servers/$machineid" -H "Authorization: Bearer $PASSWORD" -#--- -#pipeline: -# notify: -# image: drillster/drone-email -# host: selfprivacy.org -# username: ci -# password: 228337 -# from: ci@selfprivacy.org -# recipients: [ "admin@selfprivacy.org" ] -# when: -# status: [ success, failure ] -# depends_on: -# - default \ No newline at end of file +--- +kind: pipeline +type: docker +name: notify + +steps: +- name: notify + image: drillster/drone-email + host: selfprivacy.org + username: ci + password: 228337 + from: ci@selfprivacy.org + recipients: [ "admin@selfprivacy.org" ] + when: + status: [ success, failure ] + depends_on: + - default \ No newline at end of file