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
here is my new config but its done not work it give me error We're sorry, but something went wrong.
If you are the application owner check the logs for more information.
here is my code
set :shared_paths, %w[ config/database.yml config/secrets.yml log tmp config/application.yml shared/public/files shared/public/system shared/public/uploads ]
queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/public/file"] queue! %[mkdir -p "#{deploy_to}/shared/public/system"] queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/public/system"] queue! %[mkdir -p "#{deploy_to}/shared/public/uploads"] queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/public/uploads"] queue! %[mkdir -p "#{deploy_to}/shared/public/private"] queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/public/private"] ```
The text was updated successfully, but these errors were encountered:
now its duplicate images after upload here is pwd
Sorry, something went wrong.
remove shared/ from :shared_paths
shared/
:shared_paths
set :shared_paths, %w[ shared/public/files ]
links #{deploy_path}/current/shared/public/files -> #{deploy_path}/shared/shared/public/files
No branches or pull requests
here is my new config but its done not work it give me error
We're sorry, but something went wrong.
If you are the application owner check the logs for more information.
here is my code
set :shared_paths, %w[ config/database.yml config/secrets.yml log tmp config/application.yml shared/public/files shared/public/system shared/public/uploads ]
The text was updated successfully, but these errors were encountered: