Skip to content

Commit 6c2d1e8

Browse files
sofietofteshanrnh
andauthored
Apply suggestions from code review
Co-authored-by: Esha Noronha <[email protected]>
1 parent e30bc65 commit 6c2d1e8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here are the automatic steps Umbraco Cloud goes through when you hit the _"Deplo
2929
* After the merge, the changes from the source environment are pushed to the repository on the target environment.
3030
* Finally, the changes pushed to the target repository are extracted to the site, and you will now see your changes reflected in the Backoffice and on the Frontend.
3131

32-
We strongly recommend that you **only make changes to metadata on the left-most mainline environment or a flexible environment**. Making changes directly on other mainline environments can cause merge conflicts when you deploy.
32+
It is recommended that you **only make changes to metadata on the left-most mainline environment or a flexible environment**. Making changes directly on other mainline environments can cause merge conflicts when you deploy.
3333

3434
{% hint style="warning" %}
3535
It is important to be aware of how deletions work between environments. Some deletions are environment-specific and others are not. For more information see the [Deploying Deletions article](deploying-deletions.md).

umbraco-cloud/deployment/deploying-deletions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ The databases are environment specific. During deployment across environments, U
1010

1111
The workflow described above does not recognize deletions of content and schema from the database. You'll need to delete the content and/or schema on all your environments to fully complete the deletion.
1212

13-
The main reason we do not delete schema and content on deployments is that it could lead to an unrecoverable loss of data.
13+
The main reason not to delete schema and content on deployments is that it could lead to an unrecoverable loss of data.
1414

15-
Here's an example of what could happen when a Document Type is deleted and deployed:
15+
Here's an example of what can happen when a Document Type is deleted and deployed:
1616

17-
* You've deleted a Document Type in your left-most mainline environment.
18-
* Then, you push this deletion to your Live environment, where many content nodes depend on the deleted Document Type.
19-
* When the deployment go through, all those content nodes would be instantly removed.
17+
* A Document Type is deleted in the left-most mainline environment.
18+
* This deletion is then pushed to the Live environment, where several content nodes depend on the deleted Document Type.
19+
* When the deployment is completed, all those content nodes would be instantly removed.
2020

21-
In the scenario explained above, there is no option to roll back because the Document Type they rely on no longer exists. To prevent such situations, manual deletion is necessary. You must actively decide on each environment for the process to occur. Below is the same scenario explained in more detail.
21+
In the scenario described above, there is no option to roll back because the Document Type they rely on no longer exists. To prevent such situations, manual deletion is necessary. You must actively decide on each environment for the process to occur. Below is the same scenario explained in more detail.
2222

2323
## Example scenario
2424

25-
The following example will build in the scenario outlined above, calling the left-most mainline environment the **Development** environment. In addition to the deletion, you also want to deploy some other changes you've made.
25+
The following example will build in the scenario outlined above, calling the left-most mainline environment the **Development** environment. In addition to the deletion, additional changes that have been made will also be deployed.
2626

2727
Before you deploy the changes, the Development environment will show that the following changes are ready to be deployed:
2828

0 commit comments

Comments
 (0)