From e633b3daa4f89cfcb61ab0809c384a5b679558b1 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Tue, 18 Jan 2022 08:25:21 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index e718318..efc4c1f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -94,16 +94,16 @@ 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 +#--- +#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