Skip to content

Commit 9c41aaa

Browse files
author
Tom Copeland
committed
Safer location for database.yml
1 parent 2fb9f44 commit 9c41aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/deploy.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
role :db, "rubyforge.org", :primary => true
1919

2020
task :move_in_database_yml, :roles => :app do
21-
run "cp #{deploy_to}/shared/system/database.yml #{current_path}/config/"
21+
run "cp #{deploy_to}/shared/database.yml #{current_path}/config/"
2222
end
2323

2424
#after "deploy", "deploy:migrate"

0 commit comments

Comments
 (0)