Skip to content

Commit 8fe3309

Browse files
committed
Update references
1 parent 3e79269 commit 8fe3309

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

umbraco-cloud/getting-started/explore-umbraco-cloud.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ description: Begin your journey with Umbraco Cloud by exploring the essentials.
77
This section will help you get up and running with the core features of Umbraco Cloud. Whether you are new to Umbraco or migrating from another platform, these articles will walk you through everything you need to know to get started.
88

99

10-
1110
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="the-umbraco-cloud-portal/">The Cloud Portal</a></td><td>Learn how to log in, navigate the interface, and start managing your Umbraco projects.</td><td><a href="the-umbraco-cloud-portal/">the-umbraco-cloud-portal</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice.png">Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice.png</a></td></tr><tr><td><a href="project-overview.md">Project Overview</a></td><td>Understand how the Umbraco Cloud environment is structured and what each section of your project means.</td><td><a href="project-overview.md">project-overview.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials_Custom_Dashboard.png">Documentations Icons_Umbraco_CMS_Tutorials_Custom_Dashboard.png</a></td></tr><tr><td><a href="environments.md">Environments</a></td><td>Environments are the foundation of your Umbraco Cloud project. Learn how to set up and manage your environments.</td><td><a href="environments.md">environments.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_Sustainability_Best_Practices_Infrastructure.png">Documentations Icons_Umbraco_Sustainability_Best_Practices_Infrastructure.png</a></td></tr><tr><td><a href="baselines/">Baselines</a></td><td>Learn how to create and manage baselines in Umbraco Cloud.</td><td><a href="baselines/">baselines</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Implementation_Composing (1).png">Documentations Icons_Umbraco_CMS_Implementation_Composing (1).png</a></td></tr><tr><td><a href="migrate-to-umbraco-cloud.md">Migrate to Umbraco Cloud</a></td><td>If you're moving from another platform or version of Umbraco, you'll want to understand the steps involved in migrating to Umbraco Cloud. This section covers everything from preparation to execution.</td><td><a href="migrate-to-umbraco-cloud.md">migrate-to-umbraco-cloud.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Reference_Querying_and_Models.png">Documentations Icons_Umbraco_CMS_Reference_Querying_and_Models.png</a></td></tr><tr><td><a href="git-repository-in-a-cloud-project.md">Repositories in a Cloud Project</a></td><td>Learn how to work with Git repositories, including setting them up, syncing, and managing changes.</td><td><a href="git-repository-in-a-cloud-project.md">git-repository-in-a-cloud-project.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Reference_Caching.png">Documentations Icons_Umbraco_CMS_Reference_Caching.png</a></td></tr></tbody></table>
1211

1312
## Also in this section

umbraco-cloud/getting-started/git-repository-in-a-cloud-project.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Repositories in a Cloud Project
22

3-
Each Umbraco Cloud project can have multiple environments: Development, Staging, and Live depending on your Cloud project plan. Each environment has its own git repository that is hosted on Umbraco’s Cloud platform.
3+
Each Umbraco Cloud project can have multiple environments: Mainline and Flexible Environments. Each environment has its own git repository that is hosted on Umbraco’s Cloud platform.
44

55
{% hint style="info" %}
6-
Umbraco Cloud repositories are _only_ deployment repositories and should not be used as source code repositories.
6+
Umbraco Cloud repositories are only deployment repositories and should not be used as source code repositories.
77
{% endhint %}
88

99
Ideally, your Umbraco Cloud setup should look like this:
@@ -31,42 +31,40 @@ You need to put your custom code in a different source control repository of you
3131
{% endtab %}
3232
{% endtabs %}
3333

34-
## A Git Umbraco Cloud source control repository with the locally cloned Umbraco project
34+
## A source control repository with the locally cloned Umbraco project
3535

36-
We recommend creating a Cloud project with at least two environments: a Development environment and a Live environment. To work with a local copy of your site, you then clone down the Development environment using the **Clone project** option from the Cloud Portal and start building your website locally. This repository is different from your source control repository.
36+
We recommend creating a Cloud project with at least two environments: a Live environment including one extra mainline environment. Work with a local copy of the site by cloning down the left-most environment. This repository is different from your source control repository.
3737

38-
Once you're happy with the results or wish to see how your website has progressed, you push the changes back to the Development environment. If everything is working as expected you then deploy your changes to the Live environment.
38+
Once you're happy with the results or wish to see how your website has progressed, you push the changes back to the Cloud. If everything is working as expected, deploy your changes to the Live environment.
3939

4040
{% tabs %}
4141
{% tab title="Umbraco 10+" %}
42-
#### Code Deployment Summary
42+
### Code Deployment Summary
4343

4444
![Umbraco Cloud Overview](images/UCP.png)
4545

4646
In the above diagram, the Umbraco Git repository contains the source code of a class library CS project.
4747

4848
With this setup, once you commit your code in the Umbraco Cloud Git repository, your C# source code is built by Umbraco Cloud and then deployed to the `wwwroot` folder.
4949

50-
#### Disadvantages of using an Umbraco Cloud Project repository as a source code repository
50+
### Disadvantages of using an Umbraco Cloud Project repository as a source code repository
5151

5252
* We only guarantee to maintain and keep the `master` branch. If there are any other branches, they might be removed without any notification causing data loss.
5353
* You will need to commit your frontend artifacts as the build pipeline only builds dlls from your C# code.
5454
{% endtab %}
5555

5656
{% tab title="Legacy Umbraco 7 and 8" %}
57-
#### Code Deployment Summary
57+
### Code Deployment Summary
5858

5959
<figure><img src="../.gitbook/assets/UCP_v8.png" alt=""><figcaption><p>Umbraco cloud overview Legacy versions</p></figcaption></figure>
6060

6161
In the above diagram, the external git repository contains the source code of a class library CS project, if you had a class library project that was used in your Cloud project.
6262

6363
With this setup, you commit your changes twice. Once to commit your code in your source control and the other commit to the Umbraco Cloud Git repository to deploy your website. Your source code is not hosted on Umbraco Cloud but only your cloned project will be in the Umbraco Cloud Git Repository. Your code is built and compiled into the cloned project and then pushed to Umbraco Cloud. Thus updating the site with your latest code changes.
6464

65-
#### Disadvantages of using an Umbraco Cloud Project repository as a source code repository
65+
### Disadvantages of using an Umbraco Cloud Project repository as a source code repository
6666

6767
* We only guarantee to maintain and keep the `master` branch. If there are any other branches, they might be removed without any notification causing data loss.
6868
* You will always need to commit your dll files.
6969
{% endtab %}
7070
{% endtabs %}
71-
72-
##

0 commit comments

Comments
 (0)