From f43eda8420ac66d8ef6dc0ac3b3bee162df326af Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Wed, 19 Jan 2022 22:58:37 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) 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