From 42d10d883a720a63753568a6fa2d12790e9310c6 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 21 May 2015 22:33:16 +0200 Subject: next: initial commit --- next/bin/deploy | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 next/bin/deploy (limited to 'next/bin/deploy') diff --git a/next/bin/deploy b/next/bin/deploy new file mode 100755 index 0000000..1c1d977 --- /dev/null +++ b/next/bin/deploy @@ -0,0 +1,16 @@ +#! /bin/sh +# +# deploy +# +set -euf + +host=$1 +system=${2-$(build "$host")} + +target=root@$host + +nix-copy-closure --gzip --to "$target" "$system" + +copy-secrets "$host" + +ssh ${NIX_SSHOPTS-} "$target" "$system/bin/switch-to-configuration" switch -- cgit v1.2.3