Open eqtr-ab opened 2 months ago
I've just had the same issue occur with a file which had been deleted from the cloud environment representing a member group - the deleted member group has reappeared on the dev site after being deleted, and the Azure repo has been updated with a commit removing the member group UDA file. This means we need to carry out a second deployment in order to push this change back up.
Hi @eqtr-ab We are working on and testing some updated scripts - also for Azure DevOps - they could be of interest for you and they are located in a PR on our Samples repo:
https://github.com/umbraco/Umbraco.Cloud.CICDFlow.Samples/pull/5
With the updated samples we try to handle cloud-sync a little more gracefully and intelligent - and when pulling changes down from cloud, we apply them and use the updated repository as basis for the deployment 🚀
We are still testing the scripts, but my hope is that this will remove most of the friction you have been experiencing.
Kind Regards, Jesper, Umbraco Cloud Team
Issue description
To replicate:
Observe that after the deployment is complete, the dictionary item in Umbraco cloud has changed to the value from before the deployment, even though the Azure repo has been updated with the new value.
See diff content if any:
Apply git patch:
Dictionary item after deployment:
Note that it has been set to the previous value.
Dictionary item in repo:
Note that it contains the updated value brought down from Umbraco cloud.