Skip to content

Commit 917f3dc

Browse files
committed
Push public/img to shared_dirs
Fixes #1669
1 parent a92e976 commit 917f3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/deploy.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Shared dirs and files will be symlinked into the app-folder by the 'deploy:link_shared_paths' step.
1313
# Some plugins already add folders to shared_dirs like `mina/rails` add `public/assets`, `vendor/bundle` and many more
1414
# run `mina -d` to see all folders and files already included in `shared_dirs` and `shared_files`
15-
set :shared_dirs, fetch(:shared_dirs, []).push('public/system', 'sphinx', 'storage', '.bundle', 'tmp/pids')
15+
set :shared_dirs, fetch(:shared_dirs, []).push('public/system', 'public/img', 'sphinx', 'storage', '.bundle', 'tmp/pids')
1616
set :shared_files, fetch(:shared_files, []).push('config/database.yml',
1717
'config/application.yml',
1818
'config/secrets.yml',

0 commit comments

Comments
 (0)