deploy -> inv

this is useful as a generic inv wrapper
This commit is contained in:
zowoq 2023-01-07 11:10:13 +10:00
parent b3ebc9a88b
commit 93537f3b14
3 changed files with 4 additions and 4 deletions

View file

@ -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:

3
deploy
View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
nix develop -c inv deploy "$@"

3
inv Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
nix develop -c inv "${@:---list}"