Merge fort-nix/nix-bitcoin#523: examples/deploy-krops: fix missing secrets
7d5182298b
examples/deploy-krops: fix missing secrets (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK7d5182298b
Tree-SHA512: f230ecf012b6e43525ad8df23f0012939e5988f82985c14459b85c567b161aedfa1f1c4d0b9d31600827036e433314074dd3df3b9769ad9a2c056ec6c0418cb7
This commit is contained in:
commit
41892bea22
@ -100,6 +100,10 @@ vmWaitForSSH
|
|||||||
# to the nix store db in the VM
|
# to the nix store db in the VM
|
||||||
c "nix-store --load-db < $(realpath $tmpDir/store-paths)/registration"
|
c "nix-store --load-db < $(realpath $tmpDir/store-paths)/registration"
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo "Generate secrets"
|
||||||
|
nix-shell --run generate-secrets
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Deploy with krops"
|
echo "Deploy with krops"
|
||||||
$tmpDir/krops-deploy
|
$tmpDir/krops-deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user