-
Notifications
You must be signed in to change notification settings - Fork 14
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
rbenv-capistrano compatibility redux? #6
Comments
I can confirm that @mauriciopasquier working command recommendation does make this work 👍 |
Just to note, I was seeing a similar error related to .rbenv and this delayed job gem: Relevant cap deploy log:
The specific gem didn't matter, it just wasn't executing with the right Ruby version and couldn't find any gems that I'd added. This was the command this plugin is running that errored out:
I switched to this gem (https://github.com/platanus/capistrano3-delayed-job), and it works -- the command it's running is this:
Hope that's helpful. |
I know this is old .. but I just had to use these instructions with version 1.1.0 |
I'm having an issue and I think is related with #3
This is the generated
CMD
:It fails at finding bundle (
nice: bundle: No such file or directory
). Adding the following beforebundle exec
makes it work:So the working command is:
Maybe it's something wrong with my setup?
The text was updated successfully, but these errors were encountered: