|
2 | 2 | updatedLinks: true |
3 | 3 | --- |
4 | 4 |
|
5 | | -# Deploying between environments |
| 5 | +# Deploying between Environments |
6 | 6 |
|
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. |
8 | 8 |
|
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 |
10 | 10 |
|
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. |
12 | 14 |
|
13 | 15 | <figure><img src="../.gitbook/assets/image (39).png" alt=""><figcaption></figcaption></figure> |
14 | 16 |
|
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. |
16 | 18 |
|
17 | 19 | <figure><img src="../.gitbook/assets/image (41).png" alt="Deployment in progress"><figcaption><p>Deployment in progress</p></figcaption></figure> |
18 | 20 |
|
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 | + |
| 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 | + |
20 | 37 |
|
21 | 38 | ## Important Notes |
22 | 39 |
|
|
0 commit comments