<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">Everyone:<br><br>I am having a hard time figuring out how to call a capistrano task.<br>I am looking for somewhere to call the capistrano deploy task (cap deploy).<br>I have cruisecontrol.rb building, running migrations, and running unit test just fine.<br>I also have capistrano deploying to my "production" sever(which is also the same server that cruisecontrol.rb is running on) from my workstation box (by calling cap deploy).<br><br>what am I missing to bring these two things together. I want it to deploy on a successful build from cruisecontrol.rb<br><br>Thank you for your great work.<br>- Jeff<br></div></body>
</html>