remove crap

This commit is contained in:
jomo
2014-06-24 23:10:04 +02:00
parent a0c4c4881d
commit e7fbb7d8f2

View File

@@ -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"