From 7fdbb68b18bdb32afcbefaaf924e63d3fb4ea517 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Tue, 27 Jan 2026 14:36:11 +0100 Subject: [PATCH] infra: add short deployment doc --- infra/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infra/README.md b/infra/README.md index 3c9e53d..3e15512 100644 --- a/infra/README.md +++ b/infra/README.md @@ -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: