From 13167c328877fbcf032c00c906b8388d61de832a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Wed, 25 Jan 2023 11:49:21 +0100 Subject: [PATCH] Rename the staging branch to something more suitable --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cdd46d0..c6cf1a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: - build angestoepselt site when: branch: - - captcha + - staging - name: deploy live build image: plugins/webhook @@ -75,4 +75,4 @@ steps: trigger: branch: - main - - captcha + - staging