Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docusaurus/docs/cms/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ If you already created a content structure with the Content-Type Builder and add
Another possible workflow is to first create the content structure locally, push your project to a git-based repository, deploy the changes to production, and only then add content to the production instance.
:::

:::caution
For self-hosted Kubernetes deployments, we recommend using **npm** rather than **pnpm**. `pnpm` aggressive hoisting of dependencies can break native modules, such as `mysql2`— that your application may rely on. `npm` flatter, more predictable `node_modules` layout helps ensure native packages load correctly.
:::

## General guidelines

### Hardware and software requirements
Expand Down Expand Up @@ -223,4 +227,4 @@ The following external guide(s), not officially maintained by Strapi, might also

:::strapi Multi-tenancy
If you're looking for multi-tenancy options, the Strapi Blog has a <ExternalLink text="comprehensive guide" to="https://strapi.io/blog/multi-tenancy-in-strapi-a-comprehensive-guide" />.
:::
:::
Loading