From 5b834846260d61c1f9f6f6f41d723706fd18dd0d Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Sat, 18 Apr 2020 20:30:04 -0700 Subject: [PATCH] using secret instead --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7ee4483..3bc70dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,3 +17,10 @@ steps: image: alpine commands: - echo hola mundo + +- name: notify + image: plugins/slack + settings: + channel: ops + webhook: + from_secret: SLACK_URL