I'm setting up TeamCity as my build server.
I have my project set up, it is updating correctly from subversion, and building ok.
So what's next?
Ideally, I'd like to have it auto deploy to a test server, with a manual deploy to a live/staging server.
What's the best way to go about this?
Since I am using C#/ASP.Net, should I add a Web Deployment project to my solution?
We are using Octopus Deploy to manage our environments on top of Team city.
As a Build Process we have a Octopus Release and Octopus Deploy Creating a Release in Octupus which is then also automatically Deployed;
Since Octopus is managing our Environments it also provided variables which we use extensively and can use the same build to create a new environment all together.
I've written a pretty long blog post on this very topic that may interest you:
http://www.diaryofaninja.com/blog/2010/05/09/automated-site-deployments-with-teamcity-deployment-projects-amp-svn
basically:
Please also consider a Deployer plugin from one of the TeamCity developers: http://confluence.jetbrains.com/display/TW/Deployer+plugin
Typically what I do is to create a Wix installer. A Wix project can be build with MsBuild so you should have no problems there.
Also I would recommend looking at the following MsBuild extensions for the automated deployment:
http://www.codeplex.com/MSBuildExtensionPack
http://msbuildtasks.tigris.org/
I hope this helps.
This article explains how to call Microsoft's WebDeploy tool from TeamCity to deploy a web application to a remote web server. I've been using it to deploy to a test web server and run selenium tests on check-in.
http://www.mikevalenty.com/automatic-deployment-from-teamcity-using-webdeploy/
The MSBuild arguments that worked for my application were: