diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 0354e40e..17194e8b 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -13,7 +13,7 @@ ssh_options[:forward_agent] = true set :use_sudo, true set :scm_verbose, true -set :rails_env, "staging" +set :rails_env, "production" ############################################################# # Servers