Deploy Rails app from Hudson

Posted by brad on Server Fault See other posts from Server Fault or by brad
Published on 2009-10-29T01:12:31Z Indexed on 2010/04/08 14:13 UTC
Read the original article Hit count: 417

Filed under:
|
|

I'm using hudson as my CI and it works great, builds run their tests, code metrics, all that good stuff. But at the moment, that's it, no automated deployment, I have to manually do that after. I haven't found any sort of capistrano plugin for hudson and I can't even see where I can just run my cap deploy after a successful build in Hudson.

Does anyone have any idea what I need in order to automate a deployment to a testing server on a successful build? I'd like each commit to force a build and in term deploy to testing so I can see everything right away.

© Server Fault or respective owner

Related posts about hudson

Related posts about rails