Provided that you can write a script that can perform the deployment, you setup it in TeamCity as a build configuraiton. The build configuraiton can then have an artifact dependency that will retrive an artifact from another build (producing the application/data that you need to deply) and deploy it. You can then create dependency trigger in the deploying build configuraiton triggering it on successful completion of the artifact-preparing build.
Mohammed,
Provided that you can write a script that can perform the deployment, you setup it in TeamCity as a build configuraiton.
The build configuraiton can then have an artifact dependency that will retrive an artifact from another build (producing the application/data that you need to deply) and deploy it.
You can then create dependency trigger in the deploying build configuraiton triggering it on successful completion of the artifact-preparing build.