docs: Add more deployment instructions
This commit is contained in:
parent
6794fce2a2
commit
e21e8694c1
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ Run these deployments:
|
||||||
Now the cluster has been initialized and we can deploy applications.
|
Now the cluster has been initialized and we can deploy applications.
|
||||||
To explore which applications we can deploy, run `nix flake show`.
|
To explore which applications we can deploy, run `nix flake show`.
|
||||||
Then, for each application, run `nix run '.#<application>'`.
|
Then, for each application, run `nix run '.#<application>'`.
|
||||||
|
Or, if you're lazy: `nix flake show --json | jq -r '.packages."x86_64-linux"|keys[]' | grep -- -deploy | xargs -I{} nix run ".#{}"`.
|
||||||
|
|
||||||
## Known bugs
|
## Known bugs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue