title | shortTitle | intro | versions | topics | redirect_from | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Viewing deployment history |
Deployment history |
View current and previous deployments for your repository. |
|
|
|
{% data reusables.actions.about-deployment-with-github-actions %}
On the deployments page of your repository, you can view the following aspects of your deployments.
- Currently active deployments across various environments
- Deployments filtered by environment
- Your repository's full deployment history
- Associated commits that triggered the deployment
- Connected {% data variables.product.prodname_actions %} workflow logs
- The deployment URL (if one exists)
- The source pull request and branch related to each deployment
- Deployment statuses. For more information about deployment statuses, see AUTOTITLE.
By default, the deployments page shows currently active deployments from select environments and a timeline of the latest deployments for all environments.
- In the right-hand sidebar of the home page of your repository, click Deployments.
- Once you are on the "Deployments" page, you can view the following information about your deployment history.
- 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, repository administrators can click {% octicon "pin" aria-label="Pin environment" %} to the right of the environment. You can pin up to ten environments.{% endif %}
- To view the commit that triggered a deployment, in the deployment history list, click the commit message for the deployment you want to view.
[!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.
- 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" %}.
- 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 %}
- Optionally, to filter the deployment history list, create a filter.
- Click on the {% octicon "filter" aria-hidden="true" %} Filter button.
- Click {% octicon "plus" aria-hidden="true" %} Add a filter.
- Choose a qualifier you would like to filter the deployment history by.
- Depending on the qualifier you chose, fill out information in the "Operator" and "Value" columns.
- Optionally, click {% octicon "plus" aria-hidden="true" %} Add a filter to add another filter.
- Click Apply.{% endif %}