Its my understanding that Continua doesnt support deployments to servers just yet, and that one should use FB to handle that step.
How do I tell FB which Continua build folder to look at for deployment code? Seems that Continua creates a new folder for every build it runs. Can I tweak it to always build into the same folder - which makes things easier for FB. Whats the recommended solution for this situation.
You can’t tweak Continua to build to the same folder each time, it’s designed to give each build a clean workspace.
There a couple of things you need to do. Firstly, in your FinalBuilder project, add a variable to take the value of the continua workspace folder, and have your actions use that variable. Secondly, in Continua, in the FinalBuilder action, pass the Continua Workspace value to your FinalBuilder Variable, e.g :