Compare commits
2 commits
a6eab1e5ed
...
8fed325e09
Author | SHA1 | Date | |
---|---|---|---|
8fed325e09 | |||
0878f6a4ba |
2 changed files with 4 additions and 13 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -2,7 +2,6 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ATTIC_AUTH_TOKEN: ${{ secrets.ATTIC_AUTH_TOKEN }}
|
ATTIC_AUTH_TOKEN: ${{ secrets.ATTIC_AUTH_TOKEN }}
|
||||||
|
|
|
@ -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.
|
and that you need to have SSH root access to the target machines.
|
||||||
|
|
||||||
|
|
||||||
|
## Deploy to selected target hosts
|
||||||
#### Deploy to all hosts
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run .#deploy-qois
|
nix run .#deploy-qois .#<hostname>.system .#<hostname2>.system
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Deploy with extended timeouts (sometimes required for slow APU devices)
|
||||||
#### Deploy to selected target hosts
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run .#deploy-qois .#<hostname> .#<hostname2>
|
nix run .#deploy-qois .#calanda.system -- --confirm-timeout 600 --activation-timeout 600
|
||||||
```
|
|
||||||
|
|
||||||
#### Deploy with extended timeouts (sometimes required for slow APU devices)
|
|
||||||
|
|
||||||
```bash
|
|
||||||
nix run .#deploy-qois .#calanda -- --confirm-timeout 600 --activation-timeout 600
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue