You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/deploy-dashboard.md
+23-6Lines changed: 23 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,39 @@
1
1
---
2
2
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
4
4
Umbraco Deploy installation and perform Deploy operations.
5
5
---
6
6
7
7
# Deploy Dashboard
8
8
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.
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
+

21
+
22
+
5. Navigate to the **Settings** section in the Backoffice. You will find the **Deploy** Dashboard at the end.
23
+
24
+

10
25
11
26
## Deploy Status
12
27
13
28
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.
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.
52
67
53
-
<figure><imgsrc="images/image (2).png"alt=""><figcaption><p>Example of Umbraco Deploy configuration.</p></figcaption></figure>
0 commit comments