From b0df04ee17782bb5af52e0cfb43d504ab2bffce9 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Fri, 21 Jan 2022 06:50:28 +0200 Subject: [PATCH] Added alert mail template --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index de7c7d6..bc3a088 100644 --- a/.drone.yml +++ b/.drone.yml @@ -108,6 +108,11 @@ steps: host: selfprivacy.org username: test@selfprivacy.org password: 228337 + subject: Daily build results + body: > + [{{ build.status }}] + {{ repo.owner }}/{{ repo.name }} + ({{ build.branch }} - {{ truncate build.commit 8 }}) recipients_only: true recipients: - "mail@ilchub.net"