magic_recipes 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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:
|