diff options
author | tv <tv@shackspace.de> | 2015-05-21 23:52:06 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-05-21 23:52:06 +0200 |
commit | f8b1e849a6a3bd53f24a4aac70bc904cdb5ff711 (patch) | |
tree | 826235e1b776665ab32ee787bb96cd3b6f519d95 /next/bin/deploy | |
parent | ac764394050f6fc39e406799085259d3fc08956a (diff) |
deploy: merge next
Diffstat (limited to 'next/bin/deploy')
-rwxr-xr-x | next/bin/deploy | 16 |
1 files changed, 0 insertions, 16 deletions
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 |