We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92e976 commit 917f3dcCopy full SHA for 917f3dc
config/deploy.rb
@@ -12,7 +12,7 @@
12
# Shared dirs and files will be symlinked into the app-folder by the 'deploy:link_shared_paths' step.
13
# Some plugins already add folders to shared_dirs like `mina/rails` add `public/assets`, `vendor/bundle` and many more
14
# 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')
+set :shared_dirs, fetch(:shared_dirs, []).push('public/system', 'public/img', 'sphinx', 'storage', '.bundle', 'tmp/pids')
16
set :shared_files, fetch(:shared_files, []).push('config/database.yml',
17
'config/application.yml',
18
'config/secrets.yml',
0 commit comments