From d309c795c360f62bb1eba117ee4c044cb740bb1c Mon Sep 17 00:00:00 2001 From: DMehaffy Date: Fri, 25 Oct 2024 08:51:21 -0700 Subject: [PATCH] Remove Strapi 5 warning for Cloud in FAQ --- .../docs/dev-docs/migration/v4-to-v5/introduction-and-faq.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docusaurus/docs/dev-docs/migration/v4-to-v5/introduction-and-faq.md b/docusaurus/docs/dev-docs/migration/v4-to-v5/introduction-and-faq.md index cd6b3a6136..37baea66d6 100644 --- a/docusaurus/docs/dev-docs/migration/v4-to-v5/introduction-and-faq.md +++ b/docusaurus/docs/dev-docs/migration/v4-to-v5/introduction-and-faq.md @@ -51,10 +51,6 @@ Strapi 5 docs also provide a [complete breaking changes database](/dev-docs/migr
As a Strapi Cloud customer, how can I handle the entire upgrade and deployment of my Strapi 5 application? -:::danger Warning: Don't push a Strapi 5 project to Strapi Cloud yet -Strapi Cloud is still running on Strapi v4. The following process is provided as an indication of what will happen when Strapi 5 is released as a stable version. Do not try to push your Strapi 5 beta or Release Candidate (RC) project to Strapi Cloud yet. -::: - 1. [Create a backup](/cloud/projects/settings#backups) and update your code locally, following the step-by-step guide. 2. Run the `yarn deploy` or `npm run deploy` commands from the [Cloud CLI](/cloud/cli/cloud-cli).