From 54fdfb1362448df9094da611e3a2c20fe653881c Mon Sep 17 00:00:00 2001 From: Ricardo Carrasco Date: Mon, 26 Sep 2022 13:18:40 -0400 Subject: [PATCH] test drone --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1d8a57e..478e748 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,3 +13,13 @@ steps: - "npm run build" - "npm test -- --watchAll=false" - "npm test -- --watchAll=false" + - name: notify + image: pelotech/drone-google-chat + settings: + webook: + from_secret: GCHAT_WH + key: + from_secret: GCHAT_KEY + token: + from_secret: GCHAT_TOKEN + template: "Drone: Build ran :rasing-hands:"