infra: add short deployment doc
This commit is contained in:
parent
665b7ce436
commit
7fdbb68b18
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue