From 0fa14657f4deb8f6d83c778bafac5ca3e852ae0d Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Wed, 19 Jan 2022 23:15:59 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 25e45b0..7eb8c3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -102,12 +102,11 @@ 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 + settings: + from.address: ci@selfprivacy.org + from.name: SelfPrivacy CI + host: selfprivacy.org + username: ci@selfprivacy.org + password: 228337 + recipients: + - admin@selfprivacy.org \ No newline at end of file