migrate cargo bisect rustc

This commit is contained in:
nora 2024-08-05 20:00:30 +02:00
parent e60ecf1f91
commit fca0d6d3f4
10 changed files with 63 additions and 61 deletions

View file

@ -42,7 +42,6 @@ let
ns2 = dns2;
# apps
bisect-rustc = vps2;
cors-school = vps2 // {
subdomains.api = vps2;
};
@ -52,6 +51,7 @@ let
localhost.A = [ (a "127.0.0.1") ];
# --- retired:
bisect-rustc = vps1;
blog = vps1;
www = vps1;
uptime = vps1;

View file

@ -41,10 +41,11 @@ let
docker = vps2;
# --- apps
uptime = vps1;
bisect-rustc = vps1;
hugo-chat = vps1 // {
subdomains.api = vps1;
};
uptime = vps1;
# --- fun shit
localhost.A = [ (a "127.0.0.1") ];