Ruby on Rails Tuesday, December 22, 2015

NoMethodError: undefined method `set' for main:Object

/apps/app_a/production/releases/20151222191024/config/environments/production.rb:2:in 



>>production.rb

set :sidekiq_role, :app
set :sidekiq_config, "#{current_path}/config/sidekiq.yml"  
set :sidekiq_env, 'production'

set :deploy_to, "/apps/app_a/production"
set :rails_env, "production"
set :stage, 'production'
set :branch, "master"

set :whenever_environment, 'production'
set :whenever_identifier, "production"

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CADQqhMcdKirRyqjix9b1F8eukoBumMrcKVak0jgV1YkHcA4qpQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment