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/deployment/cloud-to-cloud.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ When your are Working in your Development environment, changes made through the
8
8
9
9
Changes made on your Cloud environments will show up in the Umbraco Cloud portal. You'll be able to see what files have been added/changed and who made the changes.
10
10
11
-
To deploy metadata changes from one Cloud environment to another, click the **'Deploy changes to ..'** button on the environment where the changes have been made. 
11
+
To deploy metadata changes from one Cloud environment to another, click the **'Deploy changes to ..'** button on the environment where the changes have been made.
@@ -22,7 +22,7 @@ Once it's done, the changes will be deployed to the next Cloud environment. If y
22
22
23
23
When you deploy, for example, from your Development environment to your Live environment, changes are made to the Live environment. These changes will then be merged back into the Development environment.
24
24
25
-
Here are the auto-magical steps Umbraco Cloud goes through when you hit the _"Deploy changes to .."_ button:
25
+
Here are the automatic steps Umbraco Cloud goes through when you hit the _"Deploy changes to .."_ button:
26
26
27
27
* Before pushing your changes from the source environment, the engine running Umbraco Cloud - **Umbraco Deploy** - looks for changes in the repository on the target environment
28
28
* If changes are found, Umbraco Deploy _merges_ the changes from the target environment into the repository on the source environment.
@@ -36,5 +36,3 @@ It is important to be aware of how deletions work between environments. Some del
36
36
{% endhint %}
37
37
38
38
Refer to our troubleshooting documentation about [how to resolve collision errors](../troubleshooting/deployments/structure-error.md), if you should run into issues while deploying between your Umbraco Cloud environments.
Copy file name to clipboardExpand all lines: umbraco-cloud/getting-started/flexible-environments.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,22 +11,36 @@ hidden: true
11
11
Beta feature: Some features might not be fully available.
12
12
{% endhint %}
13
13
14
-
Flexible Environments allow users to create and manage an unlimited number of environments. This enhancement provides greater flexibility in orchestrating both code and content workflows, empowering developers and content editors to work in a way that best suits their needs.
14
+
Flexible Environments allow users to create and manage environments outside the regular left-to-right deployment flow. This enhancement provides greater flexibility in orchestrating both code and content workflows, empowering developers and content editors to work in a way that best suits their needs.
15
15
16
16
{% hint style="info" %}
17
-
Current limitations
17
+
Limitations
18
18
19
19
* Only one flexible environment is available.
20
20
* Flexible environments are only available to Projects paid with Invoices or Credits.
21
21
* CI/CD Pipelines are not supported.
22
22
{% endhint %}
23
23
24
-
With Flexible Environments, teams can create as many environments as needed, allowing for more efficient and tailored workflows.
24
+
With Flexible Environments, teams can create environments as needed, allowing for more efficient and tailored workflows.
25
25
26
26
This feature enables:
27
27
28
28
***Parallel development and testing**: Developers can create isolated environments for different features, bug fixes, or client-specific work without impacting the main development branch.
29
29
***Custom workflow orchestration**: Teams can define custom flows of code and content deployment rather than being restricted to a linear left-to-right approach.
30
30
***Easier hotfixes and feature releases**: Urgent fixes can be deployed directly without being blocked by unfinished work in other environments.
31
+
***Improved Content Management**: Content editors can create, test, and validate content changes without depending on a specific environment.
31
32
32
-
Improved Content Management: Content editors can create, test, and validate content changes without depending on the Development environment.
33
+
## Project Prerequisites
34
+
35
+
Before you can add a Flexible environment to your project, the following prerequisites must be met:
36
+
37
+
* Uses Umbraco Version 10, 13, 14 or greater.
38
+
* Uses Deploy Version Greater than 10.4.1, 13.3.0, 14.2.0 or greater.
39
+
40
+
{% hint style="info" %}
41
+
Flexible Environments are not available on Heartcore projects.
0 commit comments