mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
it actually works now! (deploy)
This commit is contained in:
parent
a7eb2e7a6f
commit
2c916d10cc
1 changed files with 1 additions and 1 deletions
2
nyx
2
nyx
|
|
@ -13,7 +13,7 @@ deploy() {
|
|||
METHOD="switch"
|
||||
fi
|
||||
|
||||
nix eval --raw deploy.${HOST} -f . | bash -s -- ${METHOD}
|
||||
bash <(nix eval --raw deploy.${HOST} -f .) ${METHOD}
|
||||
}
|
||||
|
||||
install() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue