24 lines
494 B
Markdown
24 lines
494 B
Markdown
# Deployment
|
|
|
|
Note that you have to be connected to the `vpn.qo.is`
|
|
(or execute the deployment from a host that is in the `backplane.net.qo.is` overlay network)
|
|
and that you need to have SSH root access to the target machines.
|
|
|
|
## Deploy system categories
|
|
|
|
This is also used in CI.
|
|
|
|
```bash
|
|
|
|
auto-deploy vm
|
|
auto-deploy physical
|
|
```
|
|
|
|
## Deploy to selected target hosts
|
|
|
|
```bash
|
|
nix develop
|
|
|
|
deploy --skip-checks .#cyprianspitz.system-physical
|
|
deploy --skip-checks .#lindberg-build.system-vm
|
|
```
|