From 5568327fdda3afd6e4d195a9d525c11d6888ec3e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 23 Sep 2021 14:46:13 -0400 Subject: [PATCH] deploy the develop branch to the staging grid --- nixos/modules/update-deployment | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nixos/modules/update-deployment b/nixos/modules/update-deployment index 889324f9..1c896058 100755 --- a/nixos/modules/update-deployment +++ b/nixos/modules/update-deployment @@ -13,14 +13,10 @@ shift # configuration that controls what value is actually passed when an update is # triggered. case "${GRIDNAME}" in - "local") + "local"|"testing") BRANCH="develop" ;; - "testing") - BRANCH="staging" - ;; - "production") BRANCH="production" ;; -- GitLab