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
I'm unsure which folders I should share. At the time being, it's the following:
set :shared_dirs, fetch(:shared_dirs, []).push('log', 'tmp', 'public/uploads')
Maybe you should provide meaningful default shared folders? Instead of
# set :shared_dirs, fetch(:shared_dirs, []).push('somedir')
something like
# set :shared_dirs, fetch(:shared_dirs, []).push('log', 'tmp', 'public/uploads')
because for shared files you already do provide meaningful default ones:
# set :shared_files, fetch(:shared_files, []).push('config/database.yml', 'config/secrets.yml')
The text was updated successfully, but these errors were encountered:
should probably include public/assets and vendor/bundle as well
public/assets
vendor/bundle
Sorry, something went wrong.
@arun057 they are included by default
Will add to documentation
f4a09c3
No branches or pull requests
I'm unsure which folders I should share. At the time being, it's the following:
Maybe you should provide meaningful default shared folders? Instead of
something like
because for shared files you already do provide meaningful default ones:
The text was updated successfully, but these errors were encountered: