We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the case even when the gems are installed but means there are really slow deploys.
The text was updated successfully, but these errors were encountered:
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' ]
Sorry, something went wrong.
@ttp I tried your solution but it didn't worked.
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
mina -d
vendor/bundle
shared_dirs
No branches or pull requests
This is the case even when the gems are installed but means there are really slow deploys.
The text was updated successfully, but these errors were encountered: