examples/deploy-krops: fix missing secrets
Previously, `deploy-krops.sh` failed when run in a freshly cloned repo due to missing secrets.
This commit is contained in:
parent
541c12e8fe
commit
7d5182298b
@ -100,6 +100,10 @@ vmWaitForSSH
|
||||
# to the nix store db in the VM
|
||||
c "nix-store --load-db < $(realpath $tmpDir/store-paths)/registration"
|
||||
|
||||
echo
|
||||
echo "Generate secrets"
|
||||
nix-shell --run generate-secrets
|
||||
|
||||
echo
|
||||
echo "Deploy with krops"
|
||||
$tmpDir/krops-deploy
|
||||
|
Loading…
Reference in New Issue
Block a user