Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does a full bundle install every time #516

Closed
ghost opened this issue Feb 8, 2017 · 3 comments
Closed

Does a full bundle install every time #516

ghost opened this issue Feb 8, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Feb 8, 2017

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

@ttp
Copy link

ttp commented Feb 8, 2017

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
Copy link

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

@d4be4st
Copy link
Member

d4be4st commented Sep 8, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants