From eb2e26e80a190fe3461c1d2ec1ff4ee7872fa091 Mon Sep 17 00:00:00 2001 From: Blallo Date: Mon, 22 Feb 2021 12:00:50 +0100 Subject: [PATCH] Update mailer --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 52063fc..4830cab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -124,7 +124,7 @@ clone: steps: - name: notify_failure pull: if-not-exists - image: leophys/mailer:0.5 + image: leophys/mailer:0.5-1 environment: M_SERVER_ADDRESS: from_secret: m_server_address @@ -138,7 +138,7 @@ steps: from_secret: m_to M_SUB: "[electron-ozone] FAILURE" commands: - - M_TEXT=$(cat /output/electron-ozone.log) /sendmail.sh + - /sendmail.sh /output/electron-ozone.log volumes: - name: output @@ -279,7 +279,7 @@ clone: steps: - name: notify_failure pull: if-not-exists - image: leophys/mailer:0.5 + image: leophys/mailer:0.5-1 environment: M_SERVER_ADDRESS: from_secret: m_server_address @@ -293,7 +293,7 @@ steps: from_secret: m_to M_SUB: "[discord_arch_electron] FAILURE" commands: - - M_TEXT=$(cat /output/discord_arch_electron.log) /sendmail.sh + - /sendmail.sh /output/discord_arch_electron.log volumes: - name: output @@ -318,7 +318,7 @@ clone: steps: - name: notify_success pull: if-not-exists - image: leophys/mailer:0.5 + image: leophys/mailer:0.5-1 environment: M_SERVER_ADDRESS: from_secret: m_server_address @@ -343,6 +343,6 @@ depends_on: --- kind: signature -hmac: 87f2576b3501113128d1a812e2305df70cbd18bbca913899cfdb990c16cd7591 +hmac: 49f62c7898140d2cbf5b07f399e57b00d5cc9c69a4c1f431b1991a8fce689ac6 ...