From 31d92455f91e6920adee8089708635b09dbb9bc8 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 8 Jul 2023 10:28:58 +0100 Subject: [PATCH] gitlab: give anything related to gitlab a different deployment tag. These have to be manually updated using colmera --- machines/glados.nix | 2 +- machines/wheatly.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/glados.nix b/machines/glados.nix index e0ae46b..8016a99 100644 --- a/machines/glados.nix +++ b/machines/glados.nix @@ -29,7 +29,7 @@ in { targetPort = 22; targetUser = "root"; - tags = [ "active" ]; + tags = [ "active-gitlab" ]; }; diff --git a/machines/wheatly.nix b/machines/wheatly.nix index 7d0631e..45d41f6 100644 --- a/machines/wheatly.nix +++ b/machines/wheatly.nix @@ -28,7 +28,7 @@ in { targetPort = 22; targetUser = "root"; - tags = [ "active" ]; + tags = [ "active-gitlab" ]; };