WIP: Create script to deploy in CI
All checks were successful
CI / build (push) Successful in 5m3s

This commit is contained in:
Fabian Hauser 2025-04-12 20:39:55 +03:00
parent e3cacda356
commit cb25445e23
10 changed files with 136 additions and 49 deletions

View file

@ -22,13 +22,10 @@ Deploy updates:
nix develop
# Deploy vms
deploy-qois .#lindberg-nextcloud .#lindberg-build
auto-deploy vm
# Deploy fast physical hosts
deploy-qois .#lindberg
# Deploy slow physical hosts (maybe do individually)
deploy-qois --confirm-timeout 600 --activation-timeout 600 --targets .#stompert .#stompert
# Deploy physical hosts
auto-deploy physical
```