Deployment of Builds

We have a FinalBuilder script that can deploy our builds.
We are trying to come up with an automated way to deploy our builds with ContinuaCI

Right now we build to a set of directories.   Each version of the build has it's own directory.   

We have 4 environments  (Development, Testing, QA, and Production)

What we need is way to automatically have a build when successful  go to Development and possibly Test and/or QA.

Then later after testing we decide the build is good we want to deploy it to production.

What options do we have to pull this off with ContinuaCI?




Hi Robert

At the moment, the only way is adhoc, using whatever you have at your disposal. We are working on a deployment module for Continua, which will allow you to define environments and add machines to them, and automate the deployment to these environments. It’s still some months away from being anywhere near ready though.