infra: add short deployment doc

This commit is contained in:
Romain Paquet 2026-01-27 14:36:11 +01:00
parent 665b7ce436
commit 7fdbb68b18

View file

@ -9,6 +9,11 @@ gandi_token = XXX
hcloud_token = YYY
```
## Deploying
Apply configuration from the repository root with `nix run .#infra.apply` (runs `tofu apply`).
There is also `nix run .#infra.plan` for `tofu plan`, etc.
## Importing
To import already existent resources, use the `import` command: