From e7fbb7d8f22e8cd3949f6fa2ba883a7edee1c1ba Mon Sep 17 00:00:00 2001 From: jomo Date: Tue, 24 Jun 2014 23:10:04 +0200 Subject: [PATCH] remove crap --- config/deploy.rb | 2 -- 1 file changed, 2 deletions(-) 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"