You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/hotfixes/move-files-manually.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ In this tutorial GitKraken has been used, however, you can use any Git GUI you p
19
19
20
20
You have an Umbraco Cloud project with two environments, **Development** and **Live**.
21
21
22
-
You have been working on building the site on a local clone of the Development environment, and now you want to send some but not all changes to the Live environment.
22
+
You have been working on building the site on a local clone of the Development environment. Now, you want to send some but not all changes to the Live environment.
23
23
24
24
Three commits have been pushed from your local clone to the Development environment. Out of these three commits, you only need the changes from one of the commits in the Live environment.
25
25
@@ -52,7 +52,7 @@ For the sake of simplicity here's an explanation of the names I'll be using in t
52
52
3. Copy and paste the new and/or updated files from your Development repository to your Live repository.
53
53
4. You can now _Stage_ and _Commit_ these changes to the Live repository in Git.
54
54
55
-
One of the benefits of having the Live environment cloned down, is that you can test the new changes locally before sending them to the Live environment.
55
+
A benefit of having the Live environment cloned down, is that you can test the new changes locally before sending them to the Live environment.
56
56
57
57
### Test changes locally
58
58
@@ -71,10 +71,12 @@ Once you've checked that everything works locally, you are ready to push to the
71
71
1. Push the committed changes to the Live environment using Git.
72
72
73
73
{% hint style="info" %}
74
+
74
75
When changes are pushed directly to a Live environment and you have more than one environment, the changes are not automatically extracted to the site.
76
+
75
77
{% endhint %}
76
78
77
-
2\. Run the Deploy operation `Update Umbraco Schema From Data Files`from the Deploy Dashboard
79
+
2. Run the Deploy operation `Update Umbraco Schema From Data Files`from the Deploy Dashboard
78
80
79
81
You have now applied a hotfix to the Live environment.
Copy file name to clipboardExpand all lines: umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/hotfixes/using-git.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ In this article, you'll find a step-by-step guide on how to apply a hotfix to a
7
7
{% hint style="info" %}
8
8
You can use whichever Git client or command line interface you prefer.
9
9
10
-
If you've never worked with cherry-picking before, we recommend that you use a Git client with a UI that gives you a visual overview of your commits.
10
+
If you've never worked with cherry-picking before, we recommend that using a Git client with visual overview of your commits.
11
11
{% endhint %}
12
12
13
13
## The scenario
14
14
15
15
You have an Umbraco Cloud project with two environments, Development and Live.
16
16
17
-
You have been working on building the site on a local clone of the Development environment, and now you want to send some but not all changes to the Live environment.
17
+
You have been working on building the site on a local clone of the Development environment. Now you want to send some but not all changes to the Live environment.
18
18
19
19
A set of commits have been pushed from your local clone to the Development environment. Out of these commits, you only need the changes from two of the commits in the Live environment for now.
20
20
@@ -58,13 +58,15 @@ Before you push the newly created branch to Umbraco Cloud we need to change the
58
58
3. You will be prompted to authenticate - use your Umbraco Cloud credentials.
59
59
4. You will see that the history from the Live repository is visible in the Git history.
60
60
5. Next step; hit **Push**.
61
-
6.Choose to push to the newly added remote, and write **master** to make sure you are pushing to the master branch on the Live environment.
61
+
6. Choose to push to the newly added remote, and write **master** to make sure you are pushing to the master branch on the Live environment.
62
62
63
63

64
64
7. Hit **Submit** and the push will start.
65
65
66
66
{% hint style="info" %}
67
+
67
68
When changes are pushed directly to a Live environment and you have more than one environment, the changes are not automatically extracted into the site.
69
+
68
70
{% endhint %}
69
71
70
72
Find a guide on how to extract the files in the [Manual Extraction](../../monitor-and-troubleshoot/power-tools/manual-extractions.md) article.
0 commit comments