About deployment history
GitHub Actions 및 환경 또는 REST API 및 타사 앱을 통해 배포를 제공할 수 있습니다. 환경을 사용하여 GitHub Actions과(와) 함께 배포하는 방법에 대한 자세한 내용은 Managing environments for deployment을(를) 참조하세요. REST API 배포에 대한 자세한 내용은 리포지토리에 대한 REST API 엔드포인트을(를) 참조하세요.
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 GitHub 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 배포에 대한 REST API 엔드포인트.
By default, the deployments page shows currently active deployments from select environments and a timeline of the latest deployments for all environments.
Viewing your repository's deployment history
- 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.
- To pin an environment to the top of the deployment history list, repository administrators can click to the right of the environment. You can pin up to ten environments.
- To view the commit that triggered a deployment, in the deployment history list, click the commit message for the deployment you want to view.
참고 항목
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 포크 정보.
- To view the URL for a deployment, to the right of the commit message in the deployment history list, click .
- To navigate to the workflow run logs associated with a deployment, to the right of the commit message in the deployment history list, click , then click View logs.
- Optionally, to filter the deployment history list, create a filter.
- Click on the Filter button.
- Click 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 Add a filter to add another filter.
- Click Apply.