bundle install doesn't work from capistrano

后端 未结 9 1727
再見小時候
再見小時候 2021-02-01 15:14

I want to deploy my simple rails 4.0 application via capistrano 3.0.

I use bundler 1.3.5 so I add capistrano-bundler gem to integ

9条回答
  •  广开言路
    2021-02-01 16:07

    gem install bundler 
    

    is what I needed to run on my deploy user in order for Capistrano's:

    /usr/local/rvm/bin/rvm 2.4.0 do bundle install --path /var/www/hivebench-api/shared/bundle --without development test --deployment --quiet
    

    to pass!

提交回复
热议问题