hydra: nixops 2 is very undocumented and pretty much broken atm
This commit is contained in:
parent
fab509b81a
commit
1bab3a4d7f
9
hydra/xtasks/deploy.sh
Executable file
9
hydra/xtasks/deploy.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
SCRIPT_DIR="$(realpath $(dirname $0))"
|
||||||
|
PROJ_ROOT="${SCRIPT_DIR}/.."
|
||||||
|
|
||||||
|
# create a deployment of simple_hydra
|
||||||
|
nixops create ${PROJ_ROOT}/infra/{vbox,simple_hydra}.nix -d simple_hydra
|
||||||
|
|
||||||
|
nixops info -d simple_hydra
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user