We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using mina version 0.3.8. But when I do ssh with mina
0.3.8
mina ssh on=staging
I am not able to open rails c
bundle exec rails c satging bundler: command not found: rails Install missing gem executables with `bundle install`
It used to work fine with earlier version of mina i.e. 0.3.7. On same server when I do normal ssh I am able to open console and even with mina
mina "rails[c]" on=staging
is working fine. Am I missing something in setup or issue introduced in newer version of gem?
The text was updated successfully, but these errors were encountered:
i do not know what on is, but your server is not configured properly. Your deploy user/non-interactive shell mina uses does not have access to gems.
on
Plesae take a look at our FAQ. https://github.com/mina-deploy/mina/blob/master/docs/faq.md
Sorry, something went wrong.
No branches or pull requests
I am using mina version
0.3.8
. But when I do ssh with minaI am not able to open rails c
It used to work fine with earlier version of mina i.e. 0.3.7. On same server when I do normal ssh I am able to open console and even with mina
is working fine. Am I missing something in setup or issue introduced in newer version of gem?
The text was updated successfully, but these errors were encountered: