From a059df694517453de5aa052456279561f66c35ed Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 19 Jan 2023 11:11:24 -0800 Subject: [PATCH] Fix build notification, switch branch --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ae1ef41..37b21b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: image: plugins/slack settings: username: comradebritney - channel: clients.shaping-our-lives + channel: clients.website 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: - - main + - dev