forked from Fediversity/Fediversity
Stop mentioning non-existing deployments
This commit is contained in:
parent
90efd14e54
commit
e819dc4bcc
1 changed files with 8 additions and 8 deletions
|
@ -76,13 +76,13 @@ otherwise NixOps4 will fail with something like:
|
|||
error: path '/nix/store/05nn7krhvi8wkcyl6bsysznlv60g5rrf-source/flake.nix' does not exist
|
||||
```
|
||||
|
||||
Then, given a deployment (eg. `git`), run
|
||||
Then, given a deployment (eg. `fedi200`), run
|
||||
|
||||
```sh
|
||||
nixops4 apply <deployment>
|
||||
```
|
||||
|
||||
Alternatively, to run the `default` deployment, run
|
||||
Alternatively, to run the `default` deployment, which contains all the VMs, run
|
||||
|
||||
```sh
|
||||
nixops4 apply
|
||||
|
@ -98,9 +98,9 @@ These machines are hosted on the Procolix Proxmox instance,
|
|||
to which non-Procolix members of the project do not have access.
|
||||
They host our stable infrastructure.
|
||||
|
||||
Machine Proxmox Description Deployment
|
||||
--------- ------------- ------------------------ ------------
|
||||
vm02116 Procolix Forgejo `git`
|
||||
vm02187 Procolix Wiki `web`
|
||||
fedi200 Fediversity Testing machine for Hans `hans`
|
||||
fedi201 Fediversity FediPanel `kiara`
|
||||
Machine Proxmox Description
|
||||
--------- ------------- ------------------------
|
||||
vm02116 Procolix Forgejo
|
||||
vm02187 Procolix Wiki
|
||||
fedi200 Fediversity Testing machine for Hans
|
||||
fedi201 Fediversity FediPanel
|
||||
|
|
Loading…
Add table
Reference in a new issue