Forgive me if this is a basic question. I'm attempting to support multiple-stage deployment, and I start out with:
set :stages, %w(production staging qa) require 'capistrano/ext/multistage' in my deploy.rb file. But I get an error where it appears to try to find a file based on one of the environment names: $ cap qa deploy:setup * executing `qa' /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.1.0/lib/capistrano/ configuration/loading.rb:184:in `find_file_in_load_path': no such file to load -- config/deploy/qa (LoadError) Does this mean I need to have the following files, as well? config/deploy/qa.rb config/deploy/production.rb config/deploy/staging.rb --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
