packages feed

nix-deploy 1.0.3 → 1.0.4

raw patch · 3 files changed

+8/−2 lines, 3 filesnew-uploader

Files

CHANGELOG.md view
@@ -1,3 +1,9 @@+# 1.0.4++## Changed++- Enable ssh keep live in issuing the reboot command+ # 1.0.3  ## Changed
nix-deploy.cabal view
@@ -1,5 +1,5 @@ name:                nix-deploy-version:             1.0.3+version:             1.0.4 synopsis:            Deploy Nix-built software to a NixOS machine homepage:            https://github.com/awakesecurity/nix-deploy#readme license:             Apache-2.0
src/Main.hs view
@@ -297,7 +297,7 @@   rebootCmd :: MonadIO io => Text -> io Turtle.ExitCode-rebootCmd target = Turtle.shell [text|ssh $target sudo reboot|] empty+rebootCmd target = Turtle.shell [text|ssh -o 'ServerAliveInterval=1' $target sudo reboot|] empty  pathFromStdin :: IO Text pathFromStdin = do