-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
remote
command doesn't find my executable (after upgrade from 0.3 to 1.0)
#513
Comments
Probably better a question on StackOverflow: http://stackoverflow.com/questions/42007271/mina-deploy-remote-command-doesnt-find-my-executable |
remote
command doesn't find my executableremote
command doesn't find my executable (after upgrade from 0.3 to 1.0)
I found a workaround, just load the env manually in the environment:
But why isn't this done automatically anymore? |
This is because how your bash_profile is written There is a line on the top:
which exits bash rc and does not go to the end, and i assume your program is sources at the end of your bashrc file |
Just wanted to mention that it now works. I don't know, maybe a gem version update, or a change on the server side... |
I have the following custom task:
It gives the following error:
But when manually ssh'ing to the server and executing
$ backup perform --trigger=audit
, it works well.Does
remote
miss some configuration which is loaded when ssh'ing manually?Interestingly, this very same task worked perfectly in v0.3, but after upgrading to 1.0, it doesn't anymore
The text was updated successfully, but these errors were encountered: