diff --git a/docusaurus/docs/cloud/cli/cloud-cli.md b/docusaurus/docs/cloud/cli/cloud-cli.md index dc7e34bfe2..aa773707d1 100644 --- a/docusaurus/docs/cloud/cli/cloud-cli.md +++ b/docusaurus/docs/cloud/cli/cloud-cli.md @@ -40,10 +40,6 @@ This command must be used after the `login` one. It deploys a local Strapi proje Once the project is first deployed on Strapi Cloud with the CLI, the `deploy` command can be reused to trigger a new deployment of the same project. -:::caution -The `deploy` command can only be used by new users who have never created a Strapi Cloud project, and for which the free trial is still available. Once a project is deployed with the CLI, it isn't possible to deploy another project on the same Strapi Cloud account with the CLI. -::: - :::note Once you deployed your project, if you visit the Strapi Cloud dashboard, you may see some limitations as well as impacts due to creating a Strapi Cloud project that is not in a remote repository and which was deployed with the CLI. diff --git a/docusaurus/docs/cloud/getting-started/deployment-cli.md b/docusaurus/docs/cloud/getting-started/deployment-cli.md index 49c5efe6a9..dfdafaa966 100644 --- a/docusaurus/docs/cloud/getting-started/deployment-cli.md +++ b/docusaurus/docs/cloud/getting-started/deployment-cli.md @@ -13,7 +13,7 @@ This is a step-by-step guide for deploying your project on Strapi Cloud for the :::prerequisites Before you can deploy your Strapi application on Strapi Cloud using the Command Line Interface, you need to have the following prerequisites: -- Be a first-time Strapi Cloud user: you must never have deployed a project with Strapi Cloud before, and your free trial must still be available. +- During your free Strapi Cloud trial, ensure you have at least 1 project slot available. Your free trial can only include up to 5 projects (see [Usage & billing](/cloud/getting-started/usage-billing)). - Have a Google, GitHub or GitLab account. - Have an already created Strapi project (see [Installing from CLI in the Developer Documentation](/dev-docs/installation/cli)), stored locally. The project must be less than 100MB. - Have available storage in your hard drive where the temporary folder of your operating system is stored. diff --git a/docusaurus/docs/cloud/getting-started/deployment.md b/docusaurus/docs/cloud/getting-started/deployment.md index 79a60d5edf..3191566a1c 100644 --- a/docusaurus/docs/cloud/getting-started/deployment.md +++ b/docusaurus/docs/cloud/getting-started/deployment.md @@ -40,8 +40,8 @@ Before you can deploy your Strapi application on Strapi Cloud using the Cloud da @@ -58,7 +58,7 @@ Before you can deploy your Strapi application on Strapi Cloud using the Cloud da 3. Choose a plan for your Strapi Cloud project: either Developer, Pro, Team, or the 14-days free trial. Feel free to refer to [Pricing](https://strapi.io/pricing-cloud) for more information. :::note Notes - - Strapi Cloud offers a free trial for only one project and you will not need to share your credit card details to deploy your first project. Once the free trial has already been used for a previous project, the option will no longer appear in the plan selection. + - Strapi Cloud offers a free trial for only 5 projects and you will not need to share your credit card details to deploy your first project. Once the 5 free trials have already been used, the option will no longer appear in the plan selection. - You can't upload HTML files to Strapi Cloud during your free trial. ::: @@ -170,7 +170,7 @@ Before you can deploy your Strapi application on Strapi Cloud using the Cloud da ## Setting up billing details :::strapi No billing step for free trials -If you chose the free trial, this billing step will be skipped as you will not be asked to share your credit card details at the creation of the project. +If you chose the free trial, this billing step will be skipped as you will not be asked to share your credit card details at the creation of the project. During the free trial, will be kept informed of the number of remaining free days. You will then be notified by email and via the Strapi Cloud dashboard whenever it is time to fill in your billing information to move to a paid plan. diff --git a/docusaurus/docs/cloud/getting-started/usage-billing.md b/docusaurus/docs/cloud/getting-started/usage-billing.md index f11189c611..833d7b147e 100644 --- a/docusaurus/docs/cloud/getting-started/usage-billing.md +++ b/docusaurus/docs/cloud/getting-started/usage-billing.md @@ -8,7 +8,7 @@ sidebar_position: 3 This page contains general information related to the usage and billing of your Strapi Cloud account and projects. -Strapi Cloud offers a free 14 days trial for all new accounts, and 3 paid plans: Developer, Pro and Team (see [Pricing page](https://strapi.io/pricing-cloud)). The table below summarises Strapi Cloud usage-based pricing tiers, for general features & usage, CMS features and Cloud specific features: +Strapi Cloud offers up to 5 free trial projects, each free for 14 days, and 3 paid plans: Developer, Pro, and Team (see [Pricing page](https://strapi.io/pricing-cloud)). The table below summarises Strapi Cloud usage-based pricing tiers, for general features & usage, CMS features and Cloud specific features: | Feature | Free Trial | Developer | Pro | Team | | --- | --- | --- | --- | --- | diff --git a/docusaurus/static/img/assets/cloud/projects-empty-with-free-trials.png b/docusaurus/static/img/assets/cloud/projects-empty-with-free-trials.png new file mode 100644 index 0000000000..f3d75c3483 Binary files /dev/null and b/docusaurus/static/img/assets/cloud/projects-empty-with-free-trials.png differ diff --git a/docusaurus/static/img/assets/cloud/projects-empty-with-free-trials_DARK.png b/docusaurus/static/img/assets/cloud/projects-empty-with-free-trials_DARK.png new file mode 100644 index 0000000000..e6afea1c8b Binary files /dev/null and b/docusaurus/static/img/assets/cloud/projects-empty-with-free-trials_DARK.png differ