I have

set :default_stage, "development"
set :stages, %w(development production)
require 'capistrano/ext/multistage'

in my config/deploy.rb, and I have corresponding files in config/
deploy/ for each environment.

However, cap deploy:migrations sets RAILS_ENV=production when it runs
rake db:migrate.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.co.uk/group/capistrano?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to