meta: use root@core01.rz.ens.wtf rather than internal IP

This commit is contained in:
Raito Bezarius 2022-09-06 01:33:26 +02:00
parent 726bc5af0e
commit 7284a9a2d6

View file

@ -29,7 +29,7 @@ let
inherit target;
}; };
in {}
// mkDeploy "core-services-01" "root@10.1.1.20"
// mkDeploy "core-services-01" "root@core01.rz.ens.wtf"
// mkDeploy "remote-builder-01" "root@nix01.builders.rz.ens.wtf"
// mkDeploy "public-cof" "root@beta.rz.ens.wtf"
// mkTestsConfig [ "core-services-01" "remote-builder-01" "public-cof" ]