From adce374a8507b3f991dde4ff7ea8400143031e51 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 20 Mar 2023 04:34:29 +0100 Subject: [PATCH] DRONE: Remove discord notification --- .drone.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3c0eafb..9cad89d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,20 +27,6 @@ steps: commands: - cd coreos-config - ansible-playbook --limit host.nc.chaoswg.org --check --private-key /ssh_key --inventory=inventory.yaml playbook.yaml - - name: Notify Discord - when: - status: - - failure - image: appleboy/drone-discord - settings: - webhook_id: - from_secret: discord_webhook_id - webhook_token: - from_secret: discord_webhook_token - message: > - {{repo.name}} - Deployment {{build.number}} failed! - {{build.link}} image_pull_secrets: - registry