2024-10-02 15:52:04 +02:00
|
|
|
# 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.
|
|
|
|
|
|
|
|
|
2024-10-02 16:41:11 +02:00
|
|
|
## Deploy to selected target hosts
|
2024-10-02 15:52:04 +02:00
|
|
|
|
|
|
|
```bash
|
2024-10-02 16:41:11 +02:00
|
|
|
nix run .#deploy-qois .#<hostname>.system .#<hostname2>.system
|
2024-10-02 15:52:04 +02:00
|
|
|
```
|
|
|
|
|
2024-10-02 16:41:11 +02:00
|
|
|
## Deploy with extended timeouts (sometimes required for slow APU devices)
|
2024-10-02 15:52:04 +02:00
|
|
|
|
|
|
|
```bash
|
2024-10-02 16:41:11 +02:00
|
|
|
nix run .#deploy-qois .#calanda.system -- --confirm-timeout 600 --activation-timeout 600
|
2024-10-02 15:52:04 +02:00
|
|
|
```
|