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?