diff --git a/krops.nix b/krops.nix index c17fe78..ba8745b 100644 --- a/krops.nix +++ b/krops.nix @@ -31,4 +31,5 @@ let in {} // mkDeploy "core-services-01" "root@core01.internal.rz.ens.wtf" // mkDeploy "remote-builder-01" "root@nix01.builders.rz.ens.wtf" -// mkTestsConfig [ "core-services-01" "remote-builder-01" ] +// mkDeploy "public-cof" "root@nix01.builders.rz.ens.wtf" +// mkTestsConfig [ "core-services-01" "remote-builder-01" "public-cof" ]