recipiez 0.6.6 → 0.6.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/recipiez/version.rb +1 -1
- data/recipes/deployment_recipiez.rb +1 -1
- metadata +2 -2
data/lib/recipiez/version.rb
CHANGED
@@ -29,7 +29,7 @@ namespace :recipiez do
|
|
29
29
|
template = File.read(location)
|
30
30
|
config = ERB.new(template)
|
31
31
|
|
32
|
-
put config.result(binding), "#{
|
32
|
+
put config.result(binding), "#{current_path}/config/mongoid.yml.production"
|
33
33
|
end
|
34
34
|
|
35
35
|
desc "Rename db file for deployment."
|