Skip to content

Commit 03695fd

Browse files
authored
Merge pull request #7260 from umbraco/cloud-deployment
Added accessing the dashboard section and updated images
2 parents 3155901 + 1a62219 commit 03695fd

File tree

7 files changed

+23
-6
lines changed

7 files changed

+23
-6
lines changed

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/deploy-dashboard.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,39 @@
11
---
22
description: >-
3-
With the Deploy Dashboard, we have made it possible to get an overview of your
3+
With the Deploy Dashboard, it is possible to get an overview of your
44
Umbraco Deploy installation and perform Deploy operations.
55
---
66

77
# Deploy Dashboard
88

9-
In this article, we will show the different sections on the Deploy dashboard and how they can be used.
9+
In this article, you'll find an overview of the different sections on the Deploy dashboard and how they can be used.
10+
11+
## Accessing the Deploy Dashboard
12+
13+
To access the Deploy dashboard, follow these steps:
14+
15+
1. Log in to the [Umbraco Cloud Portal](https://www.s1.umbraco.io/).
16+
2. Select your project from the project list.
17+
3. Choose the environment you want to work with (for example, Development, Staging, or Live).
18+
4. Click **Backoffice** to open the Umbraco backoffice for that environment.
19+
20+
![Backoffice link in the Portal](images/Portal-backoffice-link.png)
21+
22+
5. Navigate to the **Settings** section in the Backoffice. You will find the **Deploy** Dashboard at the end.
23+
24+
![Deploy Dashboard in the Backoffice](images/deploy-dashboard.png)
1025

1126
## Deploy Status
1227

1328
Here you can see whether the latest deployment has been completed or failed. You can see the version of Umbraco Deploy you are running, and the last time an operation was run.
1429

15-
<figure><img src="images/image (8).png" alt=""><figcaption><p>Umbraco Deploy status</p></figcaption></figure>
30+
![Umbraco Deploy status](images/deploy-status-v16.png)
1631

1732
## Deploy Operations
1833

1934
With the Deploy operations, you can run different operations in Umbraco Deploy.
2035

21-
<figure><img src="images/image (3).png" alt=""><figcaption><p>The different Deploy operations.</p></figcaption></figure>
36+
![Deploy Operations](images/deploy-operations-v16.png)
2237

2338
Below you can read what each operation will do when run through the dashboard.
2439

@@ -44,13 +59,13 @@ Running this operation will download a zip file with all the Deploy artifacts re
4459

4560
This operation is useful if you want to move to another Umbraco instance and migrate the data with you.
4661

47-
<figure><img src="images/image (9).png" alt=""><figcaption><p>Download the Deploy artifacts</p></figcaption></figure>
62+
![Download Deploy artifacts](images/download-deploy-artifacts.png)
4863

4964
## Configuration Details
5065

5166
In the Configuration details, you can see how Umbraco Deploy has been [configured](https://docs.umbraco.com/umbraco-deploy/deploy-settings) on your environment. You get an overview of the Setting options, the current value(s), and notes help you understand each of the settings. Updates to the need to be applied in the `appsettings.json` file.
5267

53-
<figure><img src="images/image (2).png" alt=""><figcaption><p>Example of Umbraco Deploy configuration.</p></figcaption></figure>
68+
![Deploy configuration](images/Configuration-Details-v16.png)
5469

5570
## Schema Comparison
5671

@@ -66,6 +81,8 @@ The table shows:
6681
* Whether the file exists
6782
* Whether the file is up-to-date
6883

84+
![Deploy configuration](images/Configuration-Details-v16.png)
85+
6986
<figure><img src="images/image (5).png" alt=""><figcaption><p>Document type schema comparison</p></figcaption></figure>
7087

7188
You can also view details about a certain element by selecting "View Details".
Loading
64.5 KB
Loading
25 KB
Loading
79.1 KB
Loading
15.2 KB
Loading
Loading

0 commit comments

Comments
 (0)