My whole environment, java, js and php is configured on our continuous integration server (Hudson). But how do I get the database in the mix?
I would like to deploy new MySql databases for unit testing, development and qa.
And then I would like to deploy development against production and have an update to the script that will be used for release.
source
share