Skip to content

Commit 1cc3429

Browse files
committed
Added configure environment section
1 parent 9052559 commit 1cc3429

File tree

4 files changed

+27
-19
lines changed

4 files changed

+27
-19
lines changed
35.7 KB
Loading
63.7 KB
Loading
63.7 KB
Loading
Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,43 @@
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+
When working with an Umbraco Cloud project, you can add or remove extra environments depending on your plan:
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+
* **Starter plan:** Add a left-most mainline environment for an additional price per month.
6+
* **Standard plan:** The left-most mainline environment is included for free. Additional environments can be added for an additional price per month.
7+
* **Professional plan:** Mainline environments are included for free. You can add or remove environments at no extra cost.
88

99
[Learn more about the additional prices on Umbraco Cloud](https://umbraco.com/cloud-pricing/).
1010

11-
{% embed url="https://www.youtube.com/watch?v=avzRNFR-FSY" %}
12-
Adding an additional environment to a Cloud project
13-
{% endembed %}
14-
1511
## Adding or Removing Environments
1612

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.
13+
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.
14+
15+
After adding a left-most mainline environment, you need to clone the site again. The local version will be set up to push directly to Live, while the fresh clone will push to the left-most mainline environment.
16+
17+
You can add or remove environments from your project overview by selecting Configure environments.
18+
19+
![Adding an environment](images/environments-overview-new.png)
20+
21+
To remove an environment:
22+
23+
1. Navigate to the environment you want to delete.
24+
2. Click on the three dots.
25+
3. Click **Delete**.
1826

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.
27+
![Deleting an environment](images/delete-environment.png)
2028

21-
You can add environments from your project overview here:
29+
It may take a few minutes for Cloud to set up the changes after adding or removing an environment.
2230

23-
<figure><img src="../.gitbook/assets/image (16).png" alt="Adding environments"><figcaption><p>Adding environments</p></figcaption></figure>
31+
## Configure Environments
2432

25-
To remove an environment, go to the environment you want to delete click on the three dots, and click delete:
33+
When setting up your environments, it is essential to follow consistent naming conventions and configurations to maintain clarity and ease of management. It is recommended to use straightforward and descriptive names for each environment.
2634

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

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 %}
37+
1. Click **Configure environments**.
38+
2. Click **Create environment**.
3239

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.
40+
![Create environment](images/create-environment.png)
3441

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.
42+
3. Enter an **Environment name**.
43+
4. Click **Confirm**.

0 commit comments

Comments
 (0)