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”
I think those should be in deploy.rb not production.rb. Though I
think some could be in deploy/production.rb rather than
environments/production.rb which may be where the confusion has
arisen.