Create script to auto-deploy with retries
This commit is contained in:
parent
e3cacda356
commit
6a745892a4
12 changed files with 176 additions and 48 deletions
11
updates.md
11
updates.md
|
@ -22,13 +22,14 @@ Deploy updates:
|
|||
nix develop
|
||||
|
||||
# Deploy vms
|
||||
deploy-qois .#lindberg-nextcloud .#lindberg-build
|
||||
auto-deploy system-vm
|
||||
|
||||
# Deploy fast physical hosts
|
||||
deploy-qois .#lindberg
|
||||
# Deploy CI hosts
|
||||
auto-deploy system-ci
|
||||
|
||||
# Deploy physical hosts
|
||||
auto-deploy system-physical
|
||||
|
||||
# Deploy slow physical hosts (maybe do individually)
|
||||
deploy-qois --confirm-timeout 600 --activation-timeout 600 --targets .#stompert .#stompert
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue