diff --git a/config/deploy.rb b/config/deploy.rb index 17b2fca..9a55c08 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -30,8 +30,6 @@ namespace :deploy do "ln -nfs #{current_path}/config/nginx.conf /etc/nginx/sites-enabled/#{application}" "ln -nfs #{current_path}/config/unicorn_init.sh /etc/init.d/unicorn_#{application}" run "mkdir -p #{shared_path}/config" - put File.read("config/database.example.yml"), "#{shared_path}/config/database.yml" - puts "Now edit the config files in #{shared_path}." end after "deploy:setup", "deploy:setup_config"