You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the following file, the shell command needs to be in escaped double quotes
\tasks\mina\default.rb
desc'Open an ssh session to the server and cd to deploy_to folder'task:sshdo# exec %{#{Mina::Backend::Remote.new(nil).ssh} 'cd #{fetch(:deploy_to)} && exec $SHELL'}exec%{#{Mina::Backend::Remote.new(nil).ssh}\"cd #{fetch(:deploy_to)} && exec $SHELL\"}end
Could not proceed after this as no other commands worked.
This gives a blank output -
mina setup
And this command -
mina deploy
gives some weird output like this -
mina aborted!
TypeError: no implicit conversion of nil into String
I can't believe that there is no proper error rescue even. So giving up and trying some other alternative.
The text was updated successfully, but these errors were encountered:
Huge number of issues on Windows with this library, while running on Windows.
Considering that Windows is now a viable development environment even with it's own OpenSSH, I feel some of these issues should be fixed.
in the following file ignoring the entered config and instead picking up the ENV config value
\lib\mina\configuration.rb
in the following file, the shell command needs to be in escaped double quotes
\tasks\mina\default.rb
Could not proceed after this as no other commands worked.
This gives a blank output -
And this command -
gives some weird output like this -
I can't believe that there is no proper error rescue even. So giving up and trying some other alternative.
The text was updated successfully, but these errors were encountered: