mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
migrate cargo bisect rustc
This commit is contained in:
parent
e60ecf1f91
commit
fca0d6d3f4
10 changed files with 63 additions and 61 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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") ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue