Skip to content

Commit

Permalink
feat(apps.deploy/linux): use --refresh to always get the latest rev…
Browse files Browse the repository at this point in the history
…ision

this wasn't previously needed as it was built fromt the filesystem.
  • Loading branch information
steveej committed Jun 6, 2024
1 parent b1f02c7 commit a16c1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/flake-parts/apps.deploy-/linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ssh root@${hostName} nixos-rebuild \
-j4 \
"''${1:-switch}" --flake github:holochain/holochain-infra/deploy/${attrName}#'"${attrName}"'
"''${1:-switch}" --refresh --flake github:holochain/holochain-infra/deploy/${attrName}#'"${attrName}"'
'';

mkLinuxDeployApp = attrName: config:
Expand Down

0 comments on commit a16c1cb

Please sign in to comment.