Hi all.

I have a problem about deployment to a virtual server.

Normally I get ssh to server and then I type "vserver x enter" and I pass 
the virtual server and use it.

I defined tasks like this;

task :backup, :roles => :web do
        run "vserver *servername* enter; tar -cvf 
#{backupDir}/backup_#{@@dateForTagging}.tar #{deploymentDir}"
end

But when I try, it doesn't work.Only wait.

I want to deploy to this virtual server with capistrano.Please help..  

-- 
* 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