diff --git a/config/deploy.rb b/config/deploy.rb index 733bf8d..f4391d6 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -30,6 +30,7 @@ desc "Copy required files from shared dirs" task :copy_shared, :roles => :app do run "cp #{shared_path}/system/keys.rb #{current_path}/lib/" + run "cp #{shared_path}/system/database.yml #{release_path}/config/" end end