Hi Folks, I am trying to understand why dependencies are installed on every deploy in capistrano3.
here is the relevant output: 7] Command: cd /home/deploy/app/test/releases/20131111101141 && /usr/bin/env bundle --gemfile /home/deploy/app/test/releases/20131111101141/Gemfile --path --binstubs --without development test I do have this in the config for the test deployment set :deploy_to, "/home/deploy/app/test" The Gemfile exists, so why the dependencies are installed on every deploy? Thanks, Andrei -- -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
