From 65323c5934809947d9d5a9030446f8649641141a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20M=C3=A4gi?= Date: Tue, 8 Feb 2022 23:05:09 +0200 Subject: [PATCH] Set port with env --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 82c3dc4..906f1c6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,8 @@ steps: - name: deliver image: drillster/drone-email host: mail.k-space.ee - port: 465 + environment: + EMAIL_PORT: 465 username: jenkins password: from_secret: email_password