From 5116d35c06fb306617bdebf705345752267ea6cc Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sun, 25 Aug 2019 12:52:38 +0200 Subject: [PATCH] Remove notify --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 31b4714..c548204 100644 --- a/.drone.yml +++ b/.drone.yml @@ -68,13 +68,13 @@ steps: - docker-compose pull web - docker-compose up -d - - name: notify - image: plugins/webhook - settings: - debug: true - secrets: - - source: result_webhook - target: plugin_urls + # - name: notify + # image: plugins/webhook + # settings: + # debug: true + # secrets: + # - source: result_webhook + # target: plugin_urls volumes: - name: cache