Deploying a project to a remote server
I have a TeamCity project that uses a MS Visual Studio project and I would like to know how to deploy it to a server. I currently have a trigger set-up to build the source code when a user commits code to the repository, but I don't have it deploying to a given remote server. The MS VS project also makes use of a database that I bet has to also be configured into the TeamCity project somehow.
The TeamCity documentation seems to not have information regarding this and I have not been able to find much online.
Please sign in to leave a comment.
Does no one check this forum??
Hi Tony,
Please find some notes on how to configuring deployment in TeamCity here: https://confluence.jetbrains.com/pages/viewpage.action?pageId=74847395#HowTo...-SetupDeploymentforMyApplicationinTeamCity.
Regarding database - it should be configured the same way as you configure it when running project not using TeamCity. There is no special option to configure database inside TeamCity. If I understand your question incorrectly, please provide more details.