From 4bcf752828b17027b2a89e5bb8cd57ed0c72458c Mon Sep 17 00:00:00 2001 From: sthope Date: Wed, 1 Sep 2021 23:52:34 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ca40279..db5f43c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,10 +10,14 @@ steps: from_secret: discord_webhook_id webhook_token: from_secret: discord_webhook_token + avatar_url: https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png when: event: - push - tag + - pull_request + - deployment status: - changed - - failure \ No newline at end of file + - failure + - success \ No newline at end of file