Skip to content

Commit

Permalink
testing text
Browse files Browse the repository at this point in the history
  • Loading branch information
jexchan committed Mar 11, 2013
1 parent 6f35f31 commit 10c9509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
end
desc "Copy the database.yml file into the latest release"
task :copy_in_database_yml do
# run "rm #{release_path}/config/database.yml"
run "rm #{release_path}/config/database.yml"
run "cp #{shared_path}/config/database.yml #{release_path}/config/"
# run "cp #{shared_path}/config/database.yml #{latest_release}/config/"
end
Expand Down

0 comments on commit 10c9509

Please sign in to comment.