ci: split up how many run each time
This commit is contained in:
parent
e8f9f14dc5
commit
6c19452c33
6 changed files with 6 additions and 5 deletions
|
@ -58,6 +58,7 @@ deploy:
|
|||
script:
|
||||
# dns is always deployed first
|
||||
- nix --experimental-features 'nix-command flakes' run nixpkgs#colmena -- apply --on @active-dns
|
||||
- nix --experimental-features 'nix-command flakes' run nixpkgs#colmena -- apply --on @active-core
|
||||
- nix --experimental-features 'nix-command flakes' run nixpkgs#colmena -- apply --on @active
|
||||
only:
|
||||
refs:
|
||||
|
|
|
@ -28,7 +28,7 @@ in {
|
|||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
tags = [ "active-core" ];
|
||||
};
|
||||
|
||||
skynet_dns.records = [
|
||||
|
|
|
@ -29,7 +29,7 @@ in {
|
|||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
tags = [ "active-core" ];
|
||||
};
|
||||
|
||||
# add this server to dns
|
||||
|
|
|
@ -29,7 +29,7 @@ in {
|
|||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
tags = [ "active-core" ];
|
||||
};
|
||||
|
||||
# add this server to dns
|
||||
|
|
|
@ -40,7 +40,7 @@ in {
|
|||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
tags = [ "active-core" ];
|
||||
};
|
||||
|
||||
skynet_dns.records = [
|
||||
|
|
|
@ -30,7 +30,7 @@ in {
|
|||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
tags = [ "active-core" ];
|
||||
};
|
||||
|
||||
# it has two network devices so two
|
||||
|
|
Loading…
Reference in a new issue