From c8fd30f23a71aed85c819034fbcbec9b99980905 Mon Sep 17 00:00:00 2001 From: Ruan Bekker Date: Thu, 25 Apr 2019 22:47:59 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ab13f5f..6118064 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,9 +57,11 @@ steps: from: from_secret: smtp_from host: smtp.sendgrid.net + recipients: + from_secret: email_recipients port: 587 skip_verify: true - secrets: [ email_recipients, email_username, email_password ] + secrets: [ email_username, email_password ] subject: > [DRONE CI]: {{ build.status }}: {{ repo.owner }}/{{ repo.name }} ({{ build.branch }} - {{ truncate build.commit 8 }})