meta: use root@core01.rz.ens.wtf rather than internal IP
This commit is contained in:
parent
726bc5af0e
commit
7284a9a2d6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ let
|
||||||
inherit target;
|
inherit target;
|
||||||
}; };
|
}; };
|
||||||
in {}
|
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 "remote-builder-01" "root@nix01.builders.rz.ens.wtf"
|
||||||
// mkDeploy "public-cof" "root@beta.rz.ens.wtf"
|
// mkDeploy "public-cof" "root@beta.rz.ens.wtf"
|
||||||
// mkTestsConfig [ "core-services-01" "remote-builder-01" "public-cof" ]
|
// mkTestsConfig [ "core-services-01" "remote-builder-01" "public-cof" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue