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