From 819b99591fa8f21dcd176f9b3c0ceb52a02b8ebd Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 9 Apr 2015 23:30:59 +0200 Subject: [PATCH] initial --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index e318893..51b0f5b 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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/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"