58 lines
1.6 KiB
Plaintext
58 lines
1.6 KiB
Plaintext
import { ChildDocs } from "docs-ui"
|
|
|
|
export const metadata = {
|
|
title: `Deployments`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
Find guides to deploy your Medusa application, Medusa Admin, and Next.js storefront.
|
|
|
|
## Deploy Medusa Application
|
|
|
|
### Medusa Cloud
|
|
|
|
The creators and maintainers of Medusa provide Medusa Cloud, a managed infrastructure to host your Medusa application, Admin, databases, and more.
|
|
|
|
Medusa Cloud is an optimized and security-compliant infrastructure pre-configured for optimal Medusa support with:
|
|
|
|
- Zero configuration.
|
|
- Built-in autoscaling.
|
|
- Global server access.
|
|
- 99.99% uptime guarantee.
|
|
|
|
With Medusa Cloud, you maintain full customization control as you deploy your own modules and customizations directly from GitHub:
|
|
|
|
- Push to deploy.
|
|
- Multiple testing environments.
|
|
- Preview environments for new PRs.
|
|
- Test on production-like data.
|
|
|
|
[Sign up and learn more about Medusa Cloud](https://medusajs.com/contact)
|
|
|
|
### Self-hosting
|
|
|
|
To host and maintain Medusa on your own, check out the following guides.
|
|
|
|
<ChildDocs showItems={["Medusa Application"]} hideTitle={true} />
|
|
|
|
### Medusa Admin
|
|
|
|
To host and maintain on your own the Medusa Admin separately from your Medusa application, check out the following guides.
|
|
|
|
<Note title="Tip">
|
|
|
|
If you're hosting your admin dashboard with the Medusa application, then check out the [deployment guides of the Medusa application](#self-hosting) instead.
|
|
|
|
</Note>
|
|
|
|
<ChildDocs showItems={["Medusa Admin"]} hideTitle={true} />
|
|
|
|
---
|
|
|
|
## Deploy Next.js Starter Storefront
|
|
|
|
Learn how to deploy the Next.js Starter Storefront.
|
|
|
|
<ChildDocs showItems={["Next.js Starter"]} hideTitle={true} />
|