gitlab: give anything related to gitlab a different deployment tag.
These have to be manually updated using colmera
This commit is contained in:
parent
6cb3fcf409
commit
31d92455f9
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ in {
|
|||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
tags = [ "active-gitlab" ];
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ in {
|
|||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
tags = [ "active-gitlab" ];
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue