From dfe56013f930e972479cee9a7630cbf224b79fab Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Tue, 24 Jan 2023 12:43:25 +0500 Subject: [PATCH] update drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 37b21b3..ae1ef41 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: image: plugins/slack settings: username: comradebritney - channel: clients.website + channel: clients.shaping-our-lives template: "{{repo.owner}}/{{repo.name}} build failed: {{build.link}}. Last commit by @{{build.author}}" webhook: from_secret: rc_builds_url @@ -37,4 +37,4 @@ steps: trigger: branch: - - dev + - main