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/getting-started/environments.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
-
description: Environments are a core part of your Umbraco Cloud project. This is where you will develop, write, build and eventually publish your website.
2
+
description: Environments are a core part of your Umbraco Cloud project. This is where you develop, write, build, and eventually publish your website.
3
3
---
4
4
5
5
# Environments
6
6
7
-
An Umbraco Cloud environment is defined as a _workspace_ and is at the same time a Git repository. When you have more than one environment on your project, these environments will act as branches of the main repository.
7
+
An Umbraco Cloud environment is defined as a _workspace_ and is also a Git repository. When you have more than one environments on your project, these environments act as branches of the main repository.
8
8
9
9
Umbraco Cloud uses a deployment model that relies on Git and other core technology. This gives you the option to move both content and structure files from one environment to another. Learn more in the [Deployment section](../deployment/README.md).
10
10
11
-
You can have multiple environments on your Umbraco Cloud project and there are two types of environments available. These are**Mainline Environments** and **Flexible Environments**.
11
+
You can have multiple environments in your Umbraco Cloud project, with two types available:**Mainline Environments** and **Flexible Environments**.
12
12
13
13
The image below shows a Cloud setup including 2 mainline environments and 1 flexible environment connected to the left-most mainline environment.
14
14
@@ -30,7 +30,7 @@ A flexible environment is an environment that branches off a mainline environmen
30
30
31
31
Changes made on a flexible environment can only be pushed to the next designated Mainline Environment in the pipeline.
32
32
33
-
Technically, the flexible environment connected only to its mainline environment using a Git remote. This ensures that changes follow a structured path while still allowing flexibility in development workflows.
33
+
Technically, the flexible environment is connected only to its mainline environment using a Git remote. This ensures that changes follow a structured path while allowing flexibility in development workflows.
34
34
35
35
Learn more about how this works in the [Flexible Environments](flexible-environments.md) article.
36
36
@@ -69,7 +69,7 @@ Learn more about how this works in the [Flexible Environments](flexible-environm
69
69
70
70
Each environment on Umbraco Cloud has both a Git repository and a folder with your actual live site. The Git repository is what you clone down when you work with the project locally, and it's where your changes are pushed to.
71
71
72
-
The live site (`/site/wwwroot/`) contains the files used to show your website to the world. When pushing changes from your local machine, they are pushed to the Git repository (`/site/repository/`). When this finish successfully the changes are copied into the live site.
72
+
The live site (`/site/wwwroot/`) contains the files used to show your website to the world. When pushing changes from your local machine, they are pushed to the Git repository (`/site/repository/`). When this finishes successfully, the changes are copied into the live site.
0 commit comments