Mika Logan
Mika Logan
Some kind of functionality that will make this possible is definitely planned, either native, a plugin system, a simple hook system, or something else
This sounds like a pain in the ass... but, it's something I definitely want. Some benefits that come to mind are: multi-profile deployments even on local machines, I personally use...
One thing I think is worth noting first is, the methodology and purpose of the current magic-rollback implementation is confirming that the deployer can continue to access the deployee after...
I'm having trouble understanding what the issue is, though it sounds like `wait` is timing out, and the lingering connection is due to #49. Right now we have a non-configurable...
Not sure, I'm not personally too familiar with ssh-agent stuff, I'll tag-in @balsoft or @mkaito for this.
I don't have anything to add yet, I haven't been able to reproduce it myself and don't have enough information to track it down. Can you paste a log?
I think that's probably a terminal issue (it renders fine for me in both Kitty and Konsole), unless there's some eldritch Unicode spacing magic which I need to learn and...
This must also be font dependent as I'm unable to reproduce this running Alacritty 0.6.0 on my own machine
```nix { sshOpts = [ "-t" ]; } ``` Related is https://github.com/serokell/deploy-rs/pull/36 which aimed to solve this too Interactive mode is an internal concept, allowing you to review the deployment...
Not sure the cause of it but that's definitely a bug, I was almost certain I tested this at one point and saw that `-t` (or maybe it was `-tt`)...