hydra: nixops 2 is very undocumented and pretty much broken atm

nix-hydra
pegasust 2022-12-06 09:41:12 +00:00
parent fab509b81a
commit 1bab3a4d7f
1 changed files with 9 additions and 0 deletions

9
hydra/xtasks/deploy.sh Executable file
View 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