mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.35k stars 490 forks source link

Does a full bundle install every time #516

Closed ghost closed 6 years ago

ghost commented 7 years ago

This is the case even when the gems are installed but means there are really slow deploys.

ttp commented 7 years ago

If it's related to mina 1.0 then just make sure you are not overriding default shared dirs and it should work fine. Example:

set :shared_dirs, fetch(:shared_dirs, []) + [
  'log',
  'tmp',
  'public/system'
]
anilmaurya commented 7 years ago

@ttp I tried your solution but it didn't worked.

d4be4st commented 7 years ago

i would need your deploy.rb script as that shouldn't happen

also if you do mina -d you should have vendor/bundle in your shared_dirs