# Deployment of Builds

**URL:** https://www.finalbuilder.com/forums/t/deployment-of-builds/5097
**Category:** Discussion
**Created:** [November 1, 2013, 6:24am UTC](https://www.finalbuilder.com/forums/t/deployment-of-builds/5097 "2013-11-01T06:24:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![rlove](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/rlove/32/27_2.png) [@rlove](https://www.finalbuilder.com/forums/u/rlove)
#### Post date: [November 1, 2013, 6:24am UTC](https://www.finalbuilder.com/forums/t/deployment-of-builds/5097/1 "2013-11-01T06:24:20Z")

</div>

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. &nbsp; Each version of the build has it's own directory. &nbsp;&nbsp;

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

What we need is way to automatically have a build when successful &nbsp;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?

---

<div class="post-metadata">

### Author: ![Vincent](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/vincent/32/938_2.png) [@Vincent](https://www.finalbuilder.com/forums/u/Vincent)
#### Post date: [November 1, 2013, 11:43am UTC](https://www.finalbuilder.com/forums/t/deployment-of-builds/5097/2 "2013-11-01T11:43:30Z")

</div>

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.
