Skip to main content

Cette version de GitHub Enterprise Server n'est plus disponible depuis le 2024-09-25. Aucune publication de correctifs n’est effectuée, même pour les problèmes de sécurité critiques. Pour de meilleures performances, une sécurité améliorée et de nouvelles fonctionnalités, effectuez une mise à niveau vers la dernière version de GitHub Enterprise. Pour obtenir de l’aide sur la mise à niveau, contactez le support GitHub Enterprise.

Affichage de l’activité de déploiement de votre dépôt

Vous pouvez afficher des informations sur les déploiements pour votre dépôt entier ou une demande de tirage (pull request) spécifique.

Note: The deployments dashboard is currently in beta and subject to change.

People with read access to a repository can see an overview of all current deployments and a log of past deployment activity, if the repository's deployment workflow is integrated with GitHub Enterprise Server through the Deployments API or an app from GitHub Marketplace. For more information, see "REST API endpoints for repositories."

You can also see deployment information on the "Conversation" tab of a pull request.

Viewing the deployments dashboard

  1. On GitHub, navigate to the main page of the repository.

  2. In the right sidebar, click Environments.

    Screenshot of the main page of a repository. In the right sidebar, "Environments" is outlined in dark orange.

Further reading