Skip to content

Commit

Permalink
Push public/img to shared_dirs
Browse files Browse the repository at this point in the history
Fixes #1669
  • Loading branch information
hennevogel committed Oct 23, 2024
1 parent a92e976 commit 917f3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Shared dirs and files will be symlinked into the app-folder by the 'deploy:link_shared_paths' step.
# Some plugins already add folders to shared_dirs like `mina/rails` add `public/assets`, `vendor/bundle` and many more
# run `mina -d` to see all folders and files already included in `shared_dirs` and `shared_files`
set :shared_dirs, fetch(:shared_dirs, []).push('public/system', 'sphinx', 'storage', '.bundle', 'tmp/pids')
set :shared_dirs, fetch(:shared_dirs, []).push('public/system', 'public/img', 'sphinx', 'storage', '.bundle', 'tmp/pids')
set :shared_files, fetch(:shared_files, []).push('config/database.yml',
'config/application.yml',
'config/secrets.yml',
Expand Down

0 comments on commit 917f3dc

Please sign in to comment.