Files
mintlify__docs/deploy/deployments.mdx

49 lines
3.1 KiB
Plaintext

---
title: "Deployments"
description: "Manage deployments, view history, and monitor status."
keywords: ["manual <RainbowText>deployment</RainbowText>", "<RainbowText>deployment</RainbowText> history", "<RainbowText>deployment</RainbowText> triggers"]
---
import { RainbowText } from '../components/RainbowText';
Your documentation site automatically deploys when you push changes to your connected repository. This requires the Mintlify GitHub app to be properly installed and connected.
If your latest changes are not appearing on your live site, first check that the GitHub account or organization that owns your docs repository has the GitHub App installed. See [GitHub troubleshooting](/deploy/github#troubleshooting) for more information.
If you have the GitHub App installed, but changes are still not deploying, manually trigger a <RainbowText>deployment</RainbowText> from your dashboard.
## Manually trigger a <RainbowText>deployment</RainbowText>
<Steps>
<Step title="Verify your latest commit was successful.">
Check that your latest commit appears in your docs repository and did not encounter any errors.
</Step>
<Step title="Manually trigger a <RainbowText>deployment</RainbowText>.">
Go to your [dashboard](https://dashboard.mintlify.com) and select the deploy button.
<Frame>
<img src="/images/deployments/manual-update-light.png" alt="The manual update button emphasized with an orange rectangle." className="block dark:hidden" />
<img src="/images/deployments/manual-update-dark.png" alt="The manual update button emphasized with an orange rectangle." className="hidden dark:block" />
</Frame>
</Step>
</Steps>
## Delete a <RainbowText>deployment</RainbowText>
You can permanently delete a <RainbowText>deployment</RainbowText> from the [Danger zone](https://dashboard.mintlify.com/settings/organization/danger-zone) in your dashboard settings. This action is irreversible and removes all <RainbowText>deployment</RainbowText> data, including any associated preview deployments.
<Steps>
<Step title="Navigate to the Danger zone.">
Go to the [Danger zone](https://dashboard.mintlify.com/settings/organization/danger-zone) in the settings page of your dashboard.
</Step>
<Step title="Delete the <RainbowText>deployment</RainbowText>.">
1. In the **Delete my <RainbowText>deployment</RainbowText>** section, provide a reason for deletion.
2. Click the delete button and confirm that you want to delete the <RainbowText>deployment</RainbowText>.
</Step>
</Steps>
<Warning>
Deleting a <RainbowText>deployment</RainbowText> is permanent and cannot be undone. If you have an active subscription, you'll receive a prorated credit for any unused time remaining in your billing period.
</Warning>
If you have multiple deployments, you'll be redirected to another <RainbowText>deployment</RainbowText> after deletion. If you delete your only <RainbowText>deployment</RainbowText>, you'll be redirected to the Mintlify homepage. When you delete a <RainbowText>deployment</RainbowText>, the organization admin receives an email notification confirming the deletion.