This commit is contained in:
Nicolas Bally 2015-04-09 23:30:59 +02:00
parent a804f3a3ce
commit 819b99591f

View File

@ -70,7 +70,7 @@ set :application, 'centaure2_app'
run "ln -s #{deploy_to}shared/storage/private #{current_path}/private_medias" run "ln -s #{deploy_to}shared/storage/private #{current_path}/private_medias"
run "ln -s #{deploy_to}shared/storage/public #{current_path}/public/public_medias" run "ln -s #{deploy_to}shared/storage/public #{current_path}/public/public_medias"
run "ln -s #{deploy_to}shared/storage/system #{current_path}/public/system"
run "ln -s #{deploy_to}shared/production.sqlite3 #{current_path}/db/production.sqlite3" run "ln -s #{deploy_to}shared/production.sqlite3 #{current_path}/db/production.sqlite3"