Compare commits

..

2 commits

Author SHA1 Message Date
8fed325e09 Remove CI run for pull_requests
All checks were successful
CI / build (push) Successful in 13m23s
2024-10-02 19:33:29 +03:00
0878f6a4ba Update docs to match current structure 2024-10-02 19:27:41 +03:00
2 changed files with 4 additions and 13 deletions

View file

@ -2,7 +2,6 @@ name: CI
on:
push:
pull_request:
env:
ATTIC_AUTH_TOKEN: ${{ secrets.ATTIC_AUTH_TOKEN }}

View file

@ -5,22 +5,14 @@ Note that you have to be connected to the `vpn.qo.is`
and that you need to have SSH root access to the target machines.
#### Deploy to all hosts
## Deploy to selected target hosts
```bash
nix run .#deploy-qois
nix run .#deploy-qois .#<hostname>.system .#<hostname2>.system
```
#### Deploy to selected target hosts
## Deploy with extended timeouts (sometimes required for slow APU devices)
```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
nix run .#deploy-qois .#calanda.system -- --confirm-timeout 600 --activation-timeout 600
```