I am having problems during deploying to one server with sftp using
Capistrano.
Thanks for guidance in advance.
Is there a on line guid which takes us through the steps manually?
However I am able to transfer files using filezilla

My deploy.rb code is
set :user,'ruby123'
set :application, "blog"
set :repository,  "e:\\ruby\\projects\\blog"
set :deploy_to, "/#(application)"
set :scm, :none
role :web, "ruby.poplindia.com"                          # Your HTTP
server, Apache/etc
role :app, "ruby.poplindia.com"                          # This may be
the same as your `Web` server
role :db,  "ruby.poplindia.com", :primary => true # This is where
Rails migrations will run
I get the error as;
 * executing "xcopy e:\\ruby\\projects\\blog \"/#(application)/
releases/20110210043114\" /S/I/Y/Q/E && (echo  > /#(application)/
releases/20110210043114/REVISION)"
    servers: ["ruby.poplindia.com"]
*** [deploy:update_code] rolling back
  * executing "rm -rf /#(application)/releases/20110210043114; true"
    servers: ["ruby.poplindia.com"]
 ** [deploy:update_code] exception while rolling back:
Capistrano::ConnectionErr
or, connection failed for: ruby.poplindia.com (Errno::ETIMEDOUT: A
connection attempt failed because the connected party did not properly
respond after a period
 of time, or established connection failed because connected host has
failed to respond. - connect(2))
connection failed for: ruby.poplindia.com (Errno::ETIMEDOUT: A
connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed
because connected host has failed to resp
ond. - connect(2))

-- 
* 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.com/group/capistrano?hl=en

Reply via email to