Skip to content

Commit cfc9572

Browse files
committed
Added a new section - Syncing Changes Between Mainline and Flexible Environment
1 parent 02e3405 commit cfc9572

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

umbraco-cloud/deployment/cloud-to-cloud.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,38 @@
22
updatedLinks: true
33
---
44

5-
# Deploying between environments
5+
# Deploying between Environments
66

7-
When your are working in your Cloud environment, changes made through the Backoffice are automatically detected and committed to the site's Git repository. This includes Umbraco-specific items like Document types and templates. These changes are also referred to as metadata.
7+
When you are working in your Cloud environment, changes made through the Backoffice are automatically detected and committed to the site's Git repository. This includes Umbraco-specific items like Document Types and Templates. These changes are also referred to as metadata.
88

9-
Changes made on your Cloud environments will show up in the Umbraco Cloud portal. You'll can see what files have been added/changed and who made the changes.
9+
## Deploying between Mainline Environments
1010

11-
To deploy metadata changes from one Cloud environment to another, click the **Deploy changes** button on the environment where the changes have been made.
11+
Changes made in your Cloud environments will appear in the Umbraco Cloud portal. You can see what files have been added or changed and who made the changes.
12+
13+
To deploy metadata changes from one Cloud environment to another, click the **Deploy changes** button on the environment where the changes were made.
1214

1315
<figure><img src="../.gitbook/assets/image (39).png" alt=""><figcaption></figcaption></figure>
1416

15-
The deployment initiates, and you can follow the process in the **Overview of your project.**
17+
The deployment starts, and you can follow the progress in the **Overview** section of your project.
1618

1719
<figure><img src="../.gitbook/assets/image (41).png" alt="Deployment in progress"><figcaption><p>Deployment in progress</p></figcaption></figure>
1820

19-
Once it's done, the changes will be deployed to the next Cloud environment in the deployment flow. If you have more Cloud environments, follow the same procedure to deploy the changes through each environment.
21+
Once complete, the changes are deployed to the next Cloud environment in the deployment flow. If you have additional environments, repeat this process to deploy the changes through each environment.
22+
23+
## Syncing Changes Between Mainline and Flexible Environment
24+
25+
When working with a flexible environment alongside your mainline environments, it's important to keep them aligned to avoid conflicts and ensure consistent deployments.
26+
27+
If any changes have been made in a mainline environment those changes must be pulled into the flexible environment before pushing updates back. The changes can be updated document types, content, or other schema changes.
28+
29+
![Pull changes from Mainline Environment](images/pull-changes-from-mainline.png)
30+
31+
Once you’ve completed your feature or update in the flexible environment and it’s synced with the latest mainline changes:
32+
33+
* Push your changes from the flexible environment to the mainline environment.
34+
* From there, the changes become part of the regular deployment flow.
35+
36+
![Push changes to the Mainline Environment](images/push-changes-to-mainline.png)
2037

2138
## Important Notes
2239

111 KB
Loading
102 KB
Loading

0 commit comments

Comments
 (0)