From 394ca11d2917d28b779c9d8f754c16bb552c5d56 Mon Sep 17 00:00:00 2001 From: gabriel-doriath-dohler Date: Fri, 12 Nov 2021 23:59:59 +0000 Subject: [PATCH] auto deploy public-cof --- krops.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ]