Skip to content

Commit a4ff968

Browse files
committed
Mention Strapi Cloud in 3rd-party deploy. guides
1 parent 03d8e79 commit a4ff968

File tree

7 files changed

+26
-3
lines changed

7 files changed

+26
-3
lines changed

docusaurus/docs/dev-docs/deployment.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ description: Learn how to develop locally with Strapi and deploy Strapi with var
77
import DatabaseRequire from '/docs/snippets/database-require.md'
88
import HardwareRequire from '/docs/snippets/hardware-require.md'
99
import OperatingSystemRequire from '/docs/snippets/operating-system-require.md'
10+
import ConsiderStrapiCloud from '/docs/snippets/consider-strapi-cloud.md'
1011

1112
# Deployment
1213

1314
Strapi provides many deployment options for your project or application. Your Strapi applications can be deployed on traditional hosting servers or your preferred hosting provider.
1415

1516
The following documentation covers how to develop locally with Strapi and deploy Strapi with several common hosting options.
1617

17-
:::callout ☁️ Strapi Cloud
18-
Don't want to deploy Strapi by yourself? Use [Strapi Cloud](/cloud/intro) to easily deploy and host your project.
19-
:::
18+
<ConsiderStrapiCloud />
2019

2120
:::strapi Community Guides
2221
In addition to the official deployment guides maintained by Strapi that are found here, community-maintained guides for additional providers are available in the [Strapi Forum](https://forum.strapi.io/c/community-guides/28).

docusaurus/docs/dev-docs/deployment/amazon-aws.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ description: Learn in this guide how to deploy your Strapi application on AWS EC
55

66
---
77

8+
import ConsiderStrapiCloud from '/docs/snippets/consider-strapi-cloud.md'
9+
810
# Amazon AWS
911

12+
1013
This is a step-by-step guide for deploying a Strapi project to [Amazon AWS EC2](https://aws.amazon.com/ec2/) inside your [AWS VPC](https://aws.amazon.com/vpc/). This guide will connect to an [Amazon AWS RDS](https://aws.amazon.com/rds/) for managing and hosting the database. Optionally, this guide will show you how to connect host and serve images on [Amazon AWS S3](https://aws.amazon.com/s3/).
1114

1215
Prior to starting this guide, you should have created a [Strapi project](/dev-docs/quick-start), to use for deploying on AWS. And have read through the [configuration](/dev-docs/deployment#application-configuration) section.
1316

17+
<ConsiderStrapiCloud />
18+
1419
### Amazon AWS Install Requirements and creating an IAM non-root user
1520

1621
- You must have an [Amazon AWS](https://aws.amazon.com/free) account before doing these steps.

docusaurus/docs/dev-docs/deployment/azure.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: Learn in this guide how to deploy your Strapi application on Micros
55

66
---
77
import DatabaseRequire from '/docs/snippets/database-require.md'
8+
import ConsiderStrapiCloud from '/docs/snippets/consider-strapi-cloud.md'
89

910
# Azure
1011

@@ -17,6 +18,9 @@ This is a step-by-step guide for deploying a Strapi project to [Azure](https://a
1718
* You must have an [Azure account](https://azure.microsoft.com/free/) before doing these steps.
1819
:::
1920

21+
22+
<ConsiderStrapiCloud />
23+
2024
## PaaS Deployment Guides
2125

2226
There are 3 ways which you can deploy the Azure resources:

docusaurus/docs/dev-docs/deployment/digitalocean-app-platform.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ displayed_sidebar: devDocsSidebar
55

66
---
77

8+
import ConsiderStrapiCloud from '/docs/snippets/consider-strapi-cloud.md'
9+
810
# Deploy to the DigitalOcean App Platform
911

1012
The purpose of this guide is to allow users to deploy Strapi applications on the DigitalOcean App Platform. This guide uses the PostgreSQL development database provided by DigitalOcean, so applications can be tested in a deployed environment. At the end of the guide there is information on how to connect a Strapi application to a DigitalOcean Managed Database. Additional information about [migrating local database content to a production database](https://docs.digitalocean.com/products/databases/postgresql/how-to/import-databases/) and other deployment topics are provided in the [DigitalOcean documentation](https://docs.digitalocean.com/).
@@ -13,6 +15,8 @@ The purpose of this guide is to allow users to deploy Strapi applications on the
1315
Strapi maintains deployment guides to assist users in deploying projects. Since there are frequent updates to Strapi and to the hosting provider platforms, the guides are sometimes out of date. If you encounter an issue deploying your project following this guide, please [open an issue on GitHub](https://github.com/strapi/documentation/issues) or [submit a pull request](https://github.com/strapi/documentation/pulls) to improve the documentation.
1416
:::
1517

18+
<ConsiderStrapiCloud />
19+
1620
## Prepare the deployment
1721

1822
Prior to starting the deployment process each user needs:

docusaurus/docs/dev-docs/deployment/digitalocean.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: Learn in this guide how to deploy your Strapi application on Digita
55

66
---
77

8+
import ConsiderStrapiCloud from '/docs/snippets/consider-strapi-cloud.md'
9+
810
# DigitalOcean Droplets
911

1012
This is a step-by-step guide for deploying a Strapi project to a [DigitalOcean Droplet](https://www.digitalocean.com/docs/droplets/). Alternatively, you can also choose to deploy to DigitalOcean's Platform-as-a-Service (PaaS) called [App Platform](/dev-docs/deployment/digitalocean-app-platform) if database-related requirements and budget better fit with your use case.
@@ -21,6 +23,8 @@ This guide covers hosting the database on a DigitalOcean Droplet. Another option
2123
When creating your Strapi project, don't use the `--quickstart` flag as the quick start installation uses SQLite, which is not desired for remote hosting.
2224
:::
2325

26+
<ConsiderStrapiCloud />
27+
2428
### Create a "Droplet"
2529

2630
DigitalOcean calls a virtual private server, a [Droplet](https://www.digitalocean.com/docs/droplets/). Create a new Droplet to host your Strapi project:

docusaurus/docs/dev-docs/deployment/heroku.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ displayed_sidebar: devDocsSidebar
55

66
---
77

8+
import ConsiderStrapiCloud from '/docs/snippets/consider-strapi-cloud.md'
9+
810
# Deploy to Heroku
911

1012
The purpose of this guide is to allow users to deploy Strapi applications on Heroku. This guide uses the Heroku CLI tool with a PostgreSQL database provided by Heroku. There are other options for how to deploy to Heroku available in the [Heroku documentation](https://devcenter.heroku.com/categories/data-management).
@@ -23,6 +25,8 @@ Prior to starting the deployment process, each user needs:
2325
- [Git version control](https://docs.github.com/en/get-started/quickstart/set-up-git),
2426
- an existing Strapi application.
2527

28+
<ConsiderStrapiCloud />
29+
2630
## Setup a Strapi project for deployment
2731

2832
Strapi uses [environment configurations](/dev-docs/configurations/environment) to maintain multiple environments inside a single application. This section describes how to set up a production environment in a Strapi application.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:::callout ☁️ Strapi Cloud
2+
Don't want to deploy Strapi by yourself? Use [Strapi Cloud](/cloud/intro) to deploy and host your project.
3+
:::

0 commit comments

Comments
 (0)