diff --git a/ci-tools/update-grid-servers b/ci-tools/update-grid-servers
index 51ebc6211bf42a48e0e0c7535ffc343f9c58617c..0b8c265bc832512e42cfb7ec4940053b8d4172d3 100755
--- a/ci-tools/update-grid-servers
+++ b/ci-tools/update-grid-servers
@@ -61,11 +61,6 @@ update_grid_nodes() {
 	    domain=private.storage
 	    ;;
 
-	"hro-cloud")
-	    grid_dir=./morph/grid/hro-cloud
-	    domain=deerfield.leastauthority.com
-	    ;;
-
 	"staging")
 	    grid_dir=./morph/grid/testing
 	    domain=privatestorage-staging.com
diff --git a/ci-tools/update-production b/ci-tools/update-production
index a3c4cd64cf3f343b76a552e56bc3854d8270f2c7..26f3868ec515bedd46713b7fece03266681090ad 100755
--- a/ci-tools/update-production
+++ b/ci-tools/update-production
@@ -78,7 +78,7 @@ describe_update() {
     local TARGET_BRANCH=$1
     shift
 
-    # Since the target (production or hro-cloud) should not diverge from the source
+    # Since the target (production) should not diverge from the source
     # (develop) it is fine to use `..` instead of `...` in the git ranges here.
     # `...` encounters problems related to discovering the merge base because
     # of the way GitLab manages the git checkout on CI (I think).
diff --git a/nixos/modules/update-deployment b/nixos/modules/update-deployment
index ddac57525caa1e07779ee686302bd6b4c83dcb24..cd41a2363c699c7e551a33d73f1eb83996c1ca85 100755
--- a/nixos/modules/update-deployment
+++ b/nixos/modules/update-deployment
@@ -17,10 +17,6 @@ case "${GRIDNAME}" in
 	BRANCH="develop"
 	;;
 
-    "hro-cloud")
-	BRANCH="hro-cloud"
-	;;
-
     "production")
 	BRANCH="production"
 	;;