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: content/actions/deployment/managing-your-deployments/viewing-deployment-history.md
+16-39Lines changed: 16 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ redirect_from:
14
14
---
15
15
{% ifversion actions-deployment-history-beta %}
16
16
17
-
{% data reusables.actions.deployment-history-beta-note %}
18
-
19
17
## About deployment history
20
18
21
19
{% data reusables.actions.about-deployment-with-github-actions %}
@@ -33,43 +31,22 @@ On the deployments page of your repository, you can view the following aspects o
33
31
34
32
By default, the deployments page shows currently active deployments from select environments and a timeline of the latest deployments for all environments.
35
33
36
-
### Viewing your repository's deployment history
37
-
38
-
In the right-hand sidebar of the home page of your repository, click **Deployments**.
39
-
40
-
### Viewing an environment's deployment history
41
-
42
-
To view recent deployments for a specific environment, under **Deployments**, click any currently active or recent environment.
43
-
44
-
### Viewing commits that triggered deployments
45
-
46
-
To view the associated commit that triggered the deployment, to the right of the deployment status badge, click the commit message.
47
-
48
-
{% note %}
49
-
50
-
**Note:** Deployments from commits originating from a fork outside of the repository will not show links to the source pull request and branch related to each deployment. For more information about forks, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks)."
51
-
52
-
{% endnote %}
53
-
54
-
### Navigating to deployment URLs
55
-
56
-
To view the URL for the deployment, to the right of the commit message, click {% octicon "link-external" aria-label="Navigate to deployment URL" %}.
57
-
58
-
{% note %}
59
-
60
-
**Note:** If a deployment does not have an associated URL, the {% octicon "link-external" aria-label="Navigate to deployment URL" %} button is not displayed.
61
-
62
-
{% endnote %}
63
-
64
-
### Accessing workflow run logs
65
-
66
-
To navigate to the workflow run logs associated with the deployment, to the right of the commit message, click {% octicon "kebab-horizontal" aria-label="View logs" %}. Then click **View logs**.
67
-
68
-
{% note %}
69
-
70
-
**Note:** If a deployment does not have an associated workflow run, the {% octicon "kebab-horizontal" aria-label="View logs" %} button is not displayed.
71
-
72
-
{% endnote %}
34
+
## Viewing your repository's deployment history
35
+
36
+
1. In the right-hand sidebar of the home page of your repository, click **Deployments**.
37
+
1. Once you are on the "Deployments" page, you can view the following information about your deployment history.
38
+
-**To view recent deployments for a specific environment**, in the "Environments" section of the left sidebar, click an environment. {% ifversion deployment-dashboard-filter %}To pin an environment to the top of the deployment history list, click {% octicon "pin" aria-label="Pin environment" %} to the right of the environment.{% endif %}
39
+
-**To view the commit that triggered a deployment**, in the deployment history list, click the commit message for the deployment you want to view.
40
+
>[!NOTE]Deployments from commits that originate from a fork outside of the repository will not show links to the source pull request and branch related to each deployment. For more information about forks, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks)."
41
+
-**To view the URL for a deployment**, to the right of the commit message in the deployment history list, click {% octicon "link-external" aria-label="Navigate to deployment URL" %}.
42
+
-**To navigate to the workflow run logs associated with a deployment**, to the right of the commit message in the deployment history list, click {% octicon "kebab-horizontal" aria-label="View logs" %}, then click **View logs**.{% ifversion deployment-dashboard-filter %}
43
+
1. Optionally, to filter the deployment history list, create a filter.
44
+
1. Click on the **{% octicon "filter" aria-hidden="true" %} Filter** button.
45
+
1. Click **{% octicon "plus" aria-hidden="true" %} Add a filter**.
46
+
1. Choose a qualifier you would like to filter the deployment history by.
47
+
1. Depending on the qualifier you chose, fill out information in the "Operator" and "Value" columns.
48
+
1. Optionally, click **{% octicon "plus" aria-hidden="true" %} Add a filter** to add another filter.
0 commit comments