From 19291b434a4d35aa44b23eb585f7e7bd5573f8f7 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 19 May 2023 11:35:42 -0700 Subject: [PATCH] Remove discord --- .drone.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5f41059f..1bca407e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,22 +3,6 @@ type: docker name: default steps: -- name: Pipeline started discord notification - image: appleboy/drone-discord - settings: - webhook_id: - from_secret: discord_webhook_id - webhook_token: - from_secret: discord_webhook_token - avatar_url: https://miro.medium.com/v2/resize:fit:1358/0*AqO_2lNemh_Fl9Gm.png - message: "Pipeline ${DRONE_BUILD_NUMBER} has started\nhttp://192.168.2.6/ldooks/dragon-bot/${DRONE_BUILD_NUMBER}" - trigger: - branch: - - master - event: - - push - - - name: lint-python image: python:3.10-slim commands: @@ -61,18 +45,3 @@ steps: - master event: - push - -- name: Pipeline Completed discord notification - image: appleboy/drone-discord - settings: - webhook_id: - from_secret: discord_webhook_id - webhook_token: - from_secret: discord_webhook_token - avatar_url: https://miro.medium.com/v2/resize:fit:1358/0*AqO_2lNemh_Fl9Gm.png - message: "Pipeline ${DRONE_BUILD_NUMBER} has succeeded\nhttp://192.168.2.6/ldooks/dragon-bot/${DRONE_BUILD_NUMBER} ✅" - trigger: - branch: - - master - event: - - push