Skip to content

Commit 891663d

Browse files
authored
Merge pull request #7012 from umbraco/manage-environments
Added configure environment section...
2 parents a8fa303 + 3632d31 commit 891663d

File tree

5 files changed

+39
-20
lines changed

5 files changed

+39
-20
lines changed

umbraco-cloud/getting-started/environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can have multiple environments in your Umbraco Cloud project, with two types
1212

1313
The image below shows a Cloud setup including two mainline environments and one flexible environment connected to the left-most mainline environment.
1414

15-
![A Cloud setup including 2 mainline environments and 1 flexible environment connected to the left-most mainline environment](images/cloud-environments.jpg)
15+
![A Cloud setup including 2 mainline environments and 1 flexible environment connected to the left-most mainline environment](images/cloud-environments.png)
1616

1717
## Mainline Environments
1818

35.7 KB
Loading
63.7 KB
Loading
63.7 KB
Loading
Lines changed: 38 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,54 @@
11
# Manage Environments
22

3-
When working with an Umbraco Cloud project, you can add or remove extra environments depending on the plan you are in:
3+
The number of environments available on your project is dependent on which plan you are on:
44

5-
* For the Starter plan, you can add a Development environment for an additional price per month.
6-
* For the Standard plan, you get the Development environment for free and can add a Staging environment for an additional price per month.
7-
* For the Professional plan, you get the Development and Staging environment for free. Additionally, you can add and remove environments whenever you like without any additional cost.
5+
<table><thead><tr><th width="117">Plan</th><th width="116" data-type="number">Environments</th><th width="167" data-type="checkbox">Flexible Environments</th><th>Environment Combinations Examples</th></tr></thead><tbody><tr><td>Starter</td><td>2</td><td>false</td><td><em>QA + Production</em></td></tr><tr><td>Standard</td><td>3</td><td>true</td><td><em>Flexible + QA + Production</em><br><em>Development + QA + Production</em></td></tr><tr><td>Professional</td><td>4</td><td>true</td><td><em>Flexible + Development + QA + Production</em></td></tr></tbody></table>
86

9-
[Learn more about the additional prices on Umbraco Cloud](https://umbraco.com/cloud-pricing/).
7+
[Learn more about Umbraco Cloud Pricing](https://umbraco.com/cloud-pricing/).
108

11-
{% embed url="https://www.youtube.com/watch?v=avzRNFR-FSY" %}
12-
Adding an additional environment to a Cloud project
13-
{% endembed %}
9+
## Configuring Environments
10+
11+
Clicking Configure environments from the project overview gives you access to environment management options. From here, you can:
12+
13+
- Rename an existing environment.
14+
- Create a new environment.
15+
- Delete an environment you no longer need.
16+
17+
These options help keep your deployment pipeline organized and aligned with your team's workflow.
1418

1519
## Adding or Removing Environments
1620

17-
**Important:** _Before_ adding an environment, you should consider if you have any changes locally that are not on Live yet. If you do, you should make sure to push it as adding another environment will also push it into the deployment chain.
21+
Most Umbraco Cloud plans give you the flexibility to work with multiple environments. You can decide how many to add and how to organize them as flexible or mainline environments. For more information on environment types, see the [Environments](../getting-started/environments.md) article.
22+
23+
The following sections provide guidance on managing your Cloud environments.
24+
25+
### Adding an Environment
26+
27+
Before adding an environment, ensure there are no local changes that haven’t been pushed to Live. Adding an environment will push all changes in the current deployment chain.
28+
29+
To add an environment:
30+
31+
1. Click **Configure environments**.
32+
33+
![Adding an environment](images/environments-overview-new.png)
34+
35+
2. Click **Create environment**.
1836

19-
**Important:** _After_ adding a Development environment, you need to do a fresh clone of the site. The local version you have will be set up to push directly to Live, a fresh clone will push to Development.
37+
![Create environment](images/create-environment.png)
2038

21-
You can add environments from your project overview here:
39+
3. Choose an **Environment name**.
40+
4. Click **Confirm**.
2241

23-
<figure><img src="../.gitbook/assets/image (16).png" alt="Adding environments"><figcaption><p>Adding environments</p></figcaption></figure>
42+
After adding a new left-most mainline environment or a flexible environment, you need to clone this environment instead. The current local clone will be set up to push to Live, while the fresh clone will push to the new environment.
2443

25-
To remove an environment, go to the environment you want to delete click on the three dots, and click delete:
44+
### Removing an Environment
2645

27-
<figure><img src="../.gitbook/assets/image (17).png" alt=""><figcaption></figcaption></figure>
46+
To remove an environment:
2847

29-
{% hint style="info" %}
30-
There is a specific order that the environments are being added. You will need to have a Development environment before you can have a Staging environment.
31-
{% endhint %}
48+
1. Navigate to the environment you want to delete.
49+
2. Click on the three dots.
50+
3. Click **Delete**.
3251

33-
Suppose you have both a Development and a Staging environment and need to remove the Development environment. In that case, you will first need to remove the Staging environment before you can remove the Development environment.
52+
![Deleting an environment](images/delete-environment.png)
3453

35-
Once you have added or removed an environment, it will take a couple of minutes for Cloud to set it all up, and then you will be ready to use it.
54+
It may take a few minutes for Cloud to set up the changes after adding or removing an environment.

0 commit comments

Comments
 (0)