From f8b1e849a6a3bd53f24a4aac70bc904cdb5ff711 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 21 May 2015 23:52:06 +0200 Subject: deploy: merge next --- next/bin/deploy | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 next/bin/deploy (limited to 'next/bin/deploy') diff --git a/next/bin/deploy b/next/bin/deploy deleted file mode 100755 index 1c1d977da..000000000 --- a/next/bin/deploy +++ /dev/null @@ -1,16 +0,0 @@ -#! /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