deploy -> inv
this is useful as a generic inv wrapper
This commit is contained in:
parent
b3ebc9a88b
commit
93537f3b14
3 changed files with 4 additions and 4 deletions
2
HOSTS.md
2
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:
|
||||
|
|
3
deploy
3
deploy
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
nix develop -c inv deploy "$@"
|
3
inv
Executable file
3
inv
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
nix develop -c inv "${@:---list}"
|
Loading…
Add table
Reference in a new issue