From ce9c5560496e2f70242ad26f17caa9cd9de3dba6 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sat, 12 Oct 2019 06:26:35 +0500 Subject: [PATCH] Improve Discord webhook messages. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 47cddd6..ffcad23 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: from_secret: discord_webhook_secret message: " {{#success build.status}} - build {{build.number}} deployed. + **{{repo.name}}#{{build.number}}** deployed. {{ else }} - build {{build.number}} failed. See {{build.link}}. + **{{repo.name}}#{{build.number}}** failed. See {{build.link}}. {{/success}}" \ No newline at end of file