-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy-rs hangs forever when no changes are necessary #226
Comments
also encountering this bug |
In this case, NIX_SSHOPTS="-oControlMaster=no" prepended to the nix copy works |
so sshOpts = ["-oControlMaster=no" ...] on your node config should make this work :3 (where ... is your remaining options for your use case) |
Upstream bug is NixOS/nix#3017 |
But even then, ControlPath should probably be set to path which doesn't exist, since the Control socket will still be used regardless |
See: serokell/deploy-rs#226 Signed-off-by: Manuel Hutter <[email protected]>
I set |
I really really enjoy using
deploy-rs
, thanks for creating the project!Somewhat recently I noticed that running
hangs when there's nothing to deploy to
my-host
. There are no apparent problems when there is something to deploy.The text was updated successfully, but these errors were encountered: