lib/deprec/generators/deprec/templates/deploy.rb in deprec-1.8.0 vs lib/deprec/generators/deprec/templates/deploy.rb in deprec-1.9.0
- old
+ new
@@ -33,9 +33,22 @@
# Automatically symlink these directories from current/public to shared/public.
# set :app_symlinks, %w{photo, document, asset}
# =============================================================================
+# SPECIAL OPTIONS
+# =============================================================================
+# These options allow you to tweak deprec behaviour
+
+# If you do not keep database.yml in source control, set this to false.
+# After new code is deployed, deprec will symlink current/config/database.yml
+# to shared/config/database.yml
+#
+# You can generate shared/config/database.yml with 'cap generate_database_yml'
+#
+# set :database_yml_in_scm, true
+
+# =============================================================================
# APACHE OPTIONS
# =============================================================================
set :apache_server_name, domain
# set :apache_server_aliases, %w{alias1 alias2}
# set :apache_default_vhost, true # force use of apache_default_vhost_config