1

I am using teamcity for CI.

TeamCity works perfectly for .NET projects and It's component. When I try to deploy my Umbraco code from Dev environment to UAT - Changes which are done from Umbraco Admin panel are not getting reflected or deployed.

Here are things which I am deploying using Teamcity :

  1. Database
  2. API and last
  3. Umbraco Website

But I am not able to see the Umbraco admin changes.

Any idea ? Mostly there is no way to commit code which updated from Umbraco Admin.

Please help me, If anyone have idea ?

Pramod Raut
  • 677
  • 3
  • 9
  • 22
  • Can you explain a bit about how you are deploying your website / database using TeamCity? – Matt Aug 31 '16 at 10:56
  • I am using MSbuild runner to build the website code and database. – Pramod Raut Aug 31 '16 at 11:00
  • So do you have an SSDT project for the database? Is all of your data under source control? How are you deploying this? – Matt Aug 31 '16 at 11:01
  • Are you deploying the current Dev Database to UAT? If not, it won't have the changes in it. – Tim Aug 31 '16 at 15:17

1 Answers1

0

I also use TeamCity for Umbraco CI. The basic premise I would use would be to move code forward (dev -> staging -> uat -> live) & move data, copy, images backwards.

I've never had much success with automatically moving umbraco metadata forwards whether using Courier or database changesets. To this day the only safe way (in my opinion) to promote umbraco admin changes is to redo them manually each time in the next environment along.

amelvin
  • 8,919
  • 4
  • 38
  • 59