Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

viewing-deployment-history.md 1.9 KB

You have to be logged in to leave a comment. Sign In
title intro versions
Viewing deployment history View current and previous deployments for your repository. [{free-pro-team *} {enterprise-server *} {github-ae *}]

{% data reusables.actions.environments-beta %}

You can deliver deployments through {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}{% data variables.product.prodname_actions %} and environments or with {% endif %}the REST API and third party apps. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}For more information about {% data variables.product.prodname_actions %}, see "{% data variables.product.prodname_actions %}." {% endif %}For more information about deployments with the REST API, see "Repositories."

To view current and past deployments, click Environments on the home page of your repository. {% if currentVersion == "github-ae@latest" or currentVersion ver_lt "enterprise-server@3.0" %} Environments{% else %} Environments{% endif %}

The deployments page displays the last active deployment of each environment for your repository. If the deployment includes an environment URL, a "View deployment" button that links to the URL is shown next to the deployment.

The activity log shows the deployment history for your environments. By default, only the most recent deployment for an environment has an Active status; all previously active deployments have an Inactive status. For more information on automatic inactivation of deployments, see "Inactive deployments."

You can also use the REST API to get information about deployments. For more information, see "Repositories."

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...