Skip to content

Commit bbc07fd

Browse files
committed
Update flex article and removed deployment landing page
1 parent f6da500 commit bbc07fd

File tree

3 files changed

+9
-28
lines changed

3 files changed

+9
-28
lines changed

umbraco-cloud/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181

8282
## Deployments
8383

84-
* [Streamline Your Deployments](deployment/streamline-your-deployments.md)
8584
* [Deployment](deployment/README.md)
8685
* [Deploying between environments](deployment/cloud-to-cloud.md)
8786
* [Transferring Content, Media, Members, and Forms](deployment/content-transfer.md)

umbraco-cloud/deployment/streamline-your-deployments.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

umbraco-cloud/getting-started/flexible-environments.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ This feature enables:
3232
* **Easier hotfixes and feature releases**: Urgent fixes can be deployed directly without being blocked by unfinished work in other environments.
3333
* **Improved Content Management**: Content editors can create, test, and validate content changes without depending on a specific environment.
3434

35+
## How it works
36+
37+
* A flexible environment is added and therefor connected to a single mainline environment.
38+
* Developers develop and build features in the flexible environment without affecting the mainline environment.
39+
* Once a feature is complete, it can be merged back into the mainline environment and become part of regular deployment flow.
40+
* When there are changes made on the mainline environment, these need to be pulled into the flexible environment before changes can be pushed.
41+
42+
Learn more about the deployment process in the [Deployments](../deployment/README.md) section.
43+
3544
## Project Prerequisites
3645

3746
Before you can add a Flexible environment to your project, the following prerequisites must be met:

0 commit comments

Comments
 (0)