Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason L Perry committed Feb 26, 2009
1 parent 7e721ac commit fc0cd0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions config/deploy.rb
Expand Up @@ -9,8 +9,6 @@
role :web, "cuniculicavum.com"
role :db, "cuniculicavum.com", :primary => true

...

ssh_options[:username] = "cuniculi"
set :run_method, :run

Expand Down
1 change: 0 additions & 1 deletion config/environments/production.rb
Expand Up @@ -10,7 +10,6 @@
# Full error reports are disabled and caching is turned on
config.action_controller.consider_all_requests_local = false
config.action_controller.perform_caching = true
config.action_view.cache_template_loading = true

# Use a different cache store in production
# config.cache_store = :mem_cache_store
Expand Down

0 comments on commit fc0cd0d

Please sign in to comment.