Try our conversational search powered by Generative AI!

How do you deploy your site?

Vote:
 

What tools do you use to deploy your EpiServer site/project?

Do you deploy manually or automatically?

Any pitfalls to watch for?

#74349
Aug 26, 2013 7:23
Vote:
 

We use automatic deployment to all our environments. No real pitfalls to watch out for. I know many use MSDeploy/WebDeploy together with TeamCity/TFS. For configuration files we use SlowCheetah, many also use OctupusDeploy to simplify this even more.

Frederik

#74352
Aug 26, 2013 8:50
Vote:
 

We are using MsDeploy for delivery with Teamcity.

However, we are still investigating, if there is some easy to implement solution to deliver content

#74964
Sep 12, 2013 15:26
Vote:
 

Varies slightly depending on where it's hosted (and said hosting partners "rules"). But usually jenkins/teamcity for CI stuff that uses psake for various build/ci related tasks. Lately we've used Octopus which has worked very well. In cases where that can't be used we've also done deploy using simple powershell scripts. For configs I've used the one that ships with VS (paired with slowcheetah to actually make it useful) but I prefere the XmlMassUpdate from the MS Build Community Task project.

#74967
Sep 12, 2013 20:17
Vote:
 

We currently use MsDeploy for deployment, SlowCheetah for xml-transformations and Jenkins for build. Would probably prefer Teamcity but our company hosts a centraliced Jenkins. It does its job but its not as slick as Teamcity.


Im hoping to be able to take some time to look at Octupus deploy in the near future aswell.

#75024
Sep 16, 2013 9:19
Vote:
 

I've tried Octopus on a previous project. Really nice that you don't need to connect to the server and do the copying yourself. If something goes wrong, all you need to do is to back to the previous release.

Big stress release!

#75028
Sep 16, 2013 10:37
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.