gitlab: give anything related to gitlab a different deployment tag.

These have to be manually updated using colmera
This commit is contained in:
silver 2023-07-08 10:28:58 +01:00
parent 6cb3fcf409
commit 31d92455f9
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ in {
targetPort = 22;
targetUser = "root";
tags = [ "active" ];
tags = [ "active-gitlab" ];
};

View file

@ -28,7 +28,7 @@ in {
targetPort = 22;
targetUser = "root";
tags = [ "active" ];
tags = [ "active-gitlab" ];
};