From 9e817e94523e99ef0b06114bb04c152993103b15 Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 12:44:30 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index c11c86e..e394934 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,16 +38,6 @@ steps: from_secret: discord_webhook_id DISCORD_WEBHOOK_TOKEN: from_secret: discord_webhook_token - # when: - # event: - # - push - # - tag - # - pull_request - # - deployment - # status: - # - changed - # - failure - # - success message: > {{#success build.status}} ✅ Build #{{build.number}} of `{{repo.name}}` succeeded. @@ -63,4 +53,16 @@ steps: {{commit.message}} ``` 🌐 {{ build.link }} - {{/success}} \ No newline at end of file + {{/success}} + + + # when: + # event: + # - push + # - tag + # - pull_request + # - deployment + # status: + # - changed + # - failure + # - success \ No newline at end of file