Automating a Deployment
Tredell
Posts: 6
The DM video shows Team City initiating a deployment to the development environment with no user intervention. How do I go about configuring an automated deployment from a CI build?
Thanks,
Tredell
Thanks,
Tredell
Comments
This uses the REST api to execute commands on the on the Deployment Manager server.
To use it with your build server, copy the executable (and the file Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll if your build server does not have the .Net 4.5 runtime installed) to somewhere your build server can see it, and ask the build process to execute the correct command line operation.
Examples of how to use the command line tool are here:
http://www.red-gate.com/supportcenter/C ... l_examples
And the full documentation of commands is here:
http://www.red-gate.com/supportcenter/C ... _cl_syntax
Hope this helps, if there's anything else I can help with, please get in touch!
Software Developer
Deployment Manager