My app has some functionality that is only called via cron, and we have a specific server to run just that part. So in my deploy, I have defined the regular roles as well as a ":cron" role to point to this server.
Is there a way to get Cap to deploy code to that server with each deploy, but not attempt a deploy:restart on it? I was going to try "role :cron, 'ip.address', :no_release => true", but that seems to suppress both the update and the restart. -- * 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
