infrastructure/deploy/README.md
Fabian Hauser a6eab1e5ed
Some checks failed
CI / build (push) Successful in 15m56s
CI / build (pull_request) Failing after 32s
Update docs to match current structure
2024-10-02 17:41:11 +03:00

26 lines
565 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 to all hosts
```bash
nix run .#deploy-qois
```
#### Deploy to selected target hosts
```bash
nix run .#deploy-qois .#<hostname> .#<hostname2>
```
#### Deploy with extended timeouts (sometimes required for slow APU devices)
```bash
nix run .#deploy-qois .#calanda -- --confirm-timeout 600 --activation-timeout 600
```