capistrano-nvm icon indicating copy to clipboard operation
capistrano-nvm copied to clipboard

nvm support for Capistrano 3.x

Results 16 capistrano-nvm issues
Sort by recently updated
recently updated
newest added

Hi there! It looks like `capistrano-nvm` is not playing well with Rails 5.1 Webpacker. Rails started make `./bin/yarn` a dependency for assets:precompile here: https://github.com/rails/rails/commit/b1c08d8d9b921fdcf3813b5c20a0c3fab96eccca `.bin/yarn` looks like this: ``` #!/usr/bin/env...

Hi, I've started using this gem but I've noticed some features that I require (install node https://github.com/koenpunt/capistrano-nvm/pull/27) are not present on the released versions. Are you looking for maintainers for...

When I used capistrano-nvm together with other simimar wrappers (in my case capistrano-rbenv) it happend that the wrapped command startet with setting environment variables. `exec` of these commends led to...

i added the following lines to my deploy/staging.rb ``` set :nvm_type, :user # or :system, depends on your nvm setup set :nvm_node, 'v8.17.0' set :nvm_map_bins, %w{node npm yarn} ``` added...

This tip in the README would save me a couple of hours debugging my deployment :smile:

Ability to require the nvm tasks without adding automatically the nvm hooks

So this is the pull request that's just the readme updates and code changes. I think. I assembled this manually from the full diff so I can't say I actually...

Rubocops the entire project following the commits of #27. Diffing against the newest commit from #26 shows changes to the `Rakefile` and `gemspec` that Rubocop decided were important since I...

Hello folks, got a weird behavior today: ``` bash cap staging deploy:check_node DEBUG [fd22af91] Running /usr/bin/env [ -d ~/.rbenv/versions/2.2.3 ] as [email protected] DEBUG [fd22af91] Command: [ -d ~/.rbenv/versions/2.2.3 ] DEBUG...