diff --git a/HOSTS.md b/HOSTS.md index 93c3dc5..8a15151 100644 --- a/HOSTS.md +++ b/HOSTS.md @@ -40,7 +40,7 @@ This machine is meant as an aarch64 builder for our hydra instance running on bu ## Deployment commands: ```console -$ ./deploy +$ ./inv deploy ``` If you want to reboot a machine, use the following command to also deploy secrets afterwards: diff --git a/deploy b/deploy deleted file mode 100755 index 438a061..0000000 --- a/deploy +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -nix develop -c inv deploy "$@" diff --git a/inv b/inv new file mode 100755 index 0000000..031ff84 --- /dev/null +++ b/inv @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +nix develop -c inv "${@:---list}"