me escribió:
> 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
>
>   
Yes :)

-- 
Rafael Garcia Ortega


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

begin:vcard
fn;quoted-printable:Rafael Garc=C3=ADa Ortega
n;quoted-printable:Garc=C3=ADa Ortega;Rafael
org:ASPgems S.L.
email;internet:[EMAIL PROTECTED]
tel;work:692686533
x-mozilla-html:FALSE
url:http://www.aspgems.com
version:2.1
end:vcard

Reply via email to