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
Just realised that Capistrano v3 doesn't use this variable at all. But they also mention that they don't use sudo at all in the different tasks. So it might be worth removing it possibly, depending if you aim to support Capistrano v3 or v2. Issue @ capistrano: capistrano/capistrano#920
We were trying to deploy an application built with Rails 2.3.18, which does not use bundler, and uses rvm in the server and we came across an issue related with the brightbox gem, namely with this line: https://github.com/brightbox/brightbox-deployment/blob/master/lib/brightbox/recipes/gems.rb#L33
Here gems are installed using sudo regardless of the settings that we define in our deploy.rb file.
I would propose changing it to:
Or something along those lines.
Cheers and good work with the Brightbox gem. :)
The text was updated successfully, but these errors were encountered: