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