I’m new to cloud and need to understand how you’re supposed to move settings and content from your local repository to the cloud (and to other developers). I’ve followed this guide: Working with a Local Clone | Umbraco Cloud, so I have my repository set up locally.
I add document types, which gives me the .uda-files that will be added to the cloud after a deploy. But then I also have the cloud-sync.yml job that Try to sync the local repository to get up to speed with any changes in Cloud project. Why is that? What happened to the left->right-approach?
Then I need to manually push my stuff from the local content tree to cloud (since it’s Umbraco Deploy and not uSync). This also makes it hard to share my content with other developers, since I can’t push to them. Other developers can use the restore (from cloud) to fetch content locally on main (code that has no schema mismatches with cloud), but they can’t get the latest content in develop without a tool like uSync.
How are you solving these challenges in your projects and do you know any sources from the documentation on this topic? We spend so many hours trying to get all developers environments (+ cloud dev) in sync.