-
Notifications
You must be signed in to change notification settings - Fork 813
Added configure environment section... #7012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
1cc3429
Added configure environment section
eshanrnh 588deca
Update umbraco-cloud/set-up/manage-environments.md
eshanrnh 2ff9c8d
Update umbraco-cloud/set-up/manage-environments.md
eshanrnh 0fa73b8
Incorporated review comments and updated configuring environment section
eshanrnh 0e9d36f
Rearranged the info to flow properly
eshanrnh cf15060
Update umbraco-cloud/set-up/manage-environments.md
eshanrnh 3632d31
Incorporated review comments and fixed broken image link
eshanrnh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,35 +1,43 @@ | ||
| # Manage Environments | ||
|
|
||
| When working with an Umbraco Cloud project, you can add or remove extra environments depending on the plan you are in: | ||
| When working with an Umbraco Cloud project, you can add or remove extra environments depending on your plan: | ||
|
|
||
| * For the Starter plan, you can add a Development environment for an additional price per month. | ||
| * For the Standard plan, you get the Development environment for free and can add a Staging environment for an additional price per month. | ||
| * 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. | ||
| * **Starter plan:** Add a left-most mainline environment for an additional price per month. | ||
| * **Standard plan:** The left-most mainline environment is included for free. Additional environments can be added for an additional price per month. | ||
| * **Professional plan:** Mainline environments are included for free. You can add or remove environments at no extra cost. | ||
|
|
||
| [Learn more about the additional prices on Umbraco Cloud](https://umbraco.com/cloud-pricing/). | ||
|
|
||
| {% embed url="https://www.youtube.com/watch?v=avzRNFR-FSY" %} | ||
| Adding an additional environment to a Cloud project | ||
| {% endembed %} | ||
|
|
||
| ## Adding or Removing Environments | ||
|
|
||
eshanrnh marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| **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. | ||
| 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. | ||
|
|
||
| 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. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| You can add or remove environments from your project overview by selecting Configure environments. | ||
|
|
||
|  | ||
|
|
||
| To remove an environment: | ||
|
|
||
| 1. Navigate to the environment you want to delete. | ||
| 2. Click on the three dots. | ||
| 3. Click **Delete**. | ||
|
|
||
| **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. | ||
|  | ||
|
|
||
| You can add environments from your project overview here: | ||
| It may take a few minutes for Cloud to set up the changes after adding or removing an environment. | ||
|
|
||
| <figure><img src="../.gitbook/assets/image (16).png" alt="Adding environments"><figcaption><p>Adding environments</p></figcaption></figure> | ||
| ## Configure Environments | ||
|
|
||
| To remove an environment, go to the environment you want to delete click on the three dots, and click delete: | ||
| 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. | ||
|
|
||
| <figure><img src="../.gitbook/assets/image (17).png" alt=""><figcaption></figcaption></figure> | ||
| To configure an environment: | ||
|
|
||
| {% hint style="info" %} | ||
| 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. | ||
| {% endhint %} | ||
| 1. Click **Configure environments**. | ||
| 2. Click **Create environment**. | ||
|
|
||
| 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. | ||
|  | ||
|
|
||
| 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. | ||
| 3. Enter an **Environment name**. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 4. Click **Confirm**. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.