diff options
| -rw-r--r-- | config/deploy.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/config/deploy.rb b/config/deploy.rb index fdd0b1d1d..3ca2b4a4e 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -65,6 +65,7 @@ namespace :deploy do      run "rm -rf #{release_path}/public/uploads"      run "ln -nfs #{shared_path}/public/uploads #{release_path}/public/uploads"      run "ln -nfs #{shared_path}/tmp/uploads #{release_path}/tmp/uploads" +    run "ln -nfs #{shared_path}/tmp/imports #{release_path}/tmp/imports"    end    after 'deploy:update_code', 'deploy:symlink_shared'    before 'deploy:assets:precompile', 'deploy:symlink_shared' | 
