Skip to content

Commit

Permalink
copy database.yml on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalronin committed Mar 22, 2009
1 parent 50f5b0c commit 7a95ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a95ce7

Please sign in to comment.