magic_recipes 0.0.15 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
@@ -55,8 +55,8 @@ set :rails_env, "production" #=> Rails environmen
|
|
55
55
|
|
56
56
|
|
57
57
|
# SqLite3 ... this is more for test & try pupose (save .sqlite and copy to current after deploy)
|
58
|
-
set :sqlite_path, "#{ deploy_to }/shared/db/"
|
59
|
-
set :sqlite_db, "#{ rails_env
|
58
|
+
# => set :sqlite_path, "#{ deploy_to }/shared/db/" #=> shared path for db
|
59
|
+
# => set :sqlite_db, "#{ rails_env }" #=> sqlite name
|
60
60
|
|
61
61
|
|
62
62
|
# if you want to clean up old releases on each deploy uncomment this:
|