docs: Add more deployment instructions

This commit is contained in:
Pim Kunis 2024-07-30 20:34:37 +02:00
parent 6794fce2a2
commit e21e8694c1

View file

@ -61,6 +61,7 @@ Run these deployments:
Now the cluster has been initialized and we can deploy applications.
To explore which applications we can deploy, run `nix flake show`.
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