diff options
| author | Alban Peignier | 2017-08-28 09:39:01 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2017-08-28 09:39:01 +0200 | 
| commit | dfb32df1a99d63232fa5508837bab2b18fc53d59 (patch) | |
| tree | fca86ea048a3c86ba99749645912c3a934ac2945 /config/deploy.rb | |
| parent | 879aaf49ba598ff2b19821fad99c0d8b24d93408 (diff) | |
| download | chouette-core-dfb32df1a99d63232fa5508837bab2b18fc53d59.tar.bz2 | |
Add link for tmp/imports. Refs #4315
Diffstat (limited to 'config/deploy.rb')
| -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' | 
