diff --git a/nixos/modules/update-deployment b/nixos/modules/update-deployment index 889324f985c2e57c844aec1d8d266db4646e9c35..1c8960588f418e57eeaadb7ad29db4285369cbdd 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" ;;