Skip to content

Commit 3e79269

Browse files
committed
Add more info to deployment article including updating the illustration
1 parent a8fa303 commit 3e79269

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

umbraco-cloud/deployment/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ description: >-
66

77
# Deployment
88

9-
Umbraco Cloud uses a deployment model based on Git, Kudu, and Umbraco Deploy to move changes between environments. This follows a left-to-right model. Changes start in the local or left-most environment and are deployed to the production environment.
9+
Umbraco Cloud uses a deployment model based on Git, Kudu, and Umbraco Deploy to move changes between environments. This follows a left-to-right deployment approach. Changes start in the local or left-most environment and are deployed to the production/Live environment. This workflow is called the mainline.
1010

11-
![Left to right model](images/left-to-right.png)
11+
The mainline environments are used when building and deploying the initial website. Upgrades, both manual and automatic also go through the mainline environments.
12+
13+
Flexible environments can be used to work on features separate from the mainline. This is done without interfering with upgrades or other changes being worked on in the mainline.
14+
15+
![Left to right model](images/left-to-right-approach.png)
1216

1317
## Deployment Approach
1418

37.5 KB
Loading
-6.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)