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/flexible-environments.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Beta feature: Some features might not be fully available.
13
13
14
14
Flexible Environments allow users to create and manage environments outside the regular left-to-right deployment flow. This enhancement provides flexibility in orchestrating code and content workflows, empowering developers and content editors to work in a way that best suits their needs.
15
15
16
-
While the mainline environments use a horizontal deployment flow, the flexible environments will work a little differently. A flexible environment will be added to one of the existing mainline environments and only deploy to and from that environment. Get an overview of the different types of environments in the [Environments](environments.md) article.
16
+
While the mainline environments use a horizontal deployment flow, flexible environments work differently. A flexible environment is added to an existing mainline environment and only deploys to and from that environment. Get an overview of the different types of environments in the [Environments](environments.md) article.
17
17
18
18

19
19
@@ -30,26 +30,26 @@ This feature enables:
30
30
31
31
## How it works
32
32
33
-
* A flexible environment is added and therefor connected to a single mainline environment.
34
-
* Developers develop and build features in the flexible environment without affecting the mainline environment.
33
+
* A flexible environment is added and connected to a single mainline environment.
34
+
* Developers can develop and build features in the flexible environment without affecting the mainline environment.
35
35
* Once a feature is complete, it can be merged back into the mainline environment and become part of regular deployment flow.
36
-
* When there are changes made on the mainline environment, these need to be pulled into the flexible environment before changes can be pushed.
36
+
* When changes are made to the mainline environment, they must be pulled into the flexible environment before changes can be pushed.
37
37
38
38
Learn more about the deployment process in the [Deployments](../deployment/README.md) section.
39
39
40
40
## Project Prerequisites
41
41
42
42
Before you can add a Flexible environment to your project, the following prerequisites must be met:
43
43
44
-
* Uses Umbraco Version 10, 13, 14 or greater.
44
+
* Uses Umbraco Version 10 or greater.
45
45
* Uses Deploy Version Greater than 10.4.1, 13.3.0, 14.2.0 or greater.
46
46
47
47
### Limitations
48
48
49
49
* Only one flexible environment is available.
50
-
* Flexible environments are only available to Projects paid with Invoices or Credits.
50
+
* Flexible environments are available only for projects paid with invoices or credits.
51
51
* CI/CD Pipelines are not supported.
52
-
* Flexible Environments are not available on Heartcore projects.
52
+
* Flexible Environments are not available for Heartcore projects.
0 commit comments