|
1 | 1 | --- |
2 | 2 | title: Strapi Cloud Deployment - Strapi Developer Docs |
| 3 | +sidebarDepth: 3 |
3 | 4 | description: Learn how to deploy your Strapi application on Strapi Cloud. |
4 | 5 | canonicalUrl: https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/deployment/strapi-cloud.html |
5 | 6 | --- |
@@ -34,40 +35,40 @@ The connected repository can contain multiple Strapi applications. Each Strapi a |
34 | 35 |
|
35 | 36 | 1. Navigate to the [Strapi Cloud](https://cloud.strapi.io) login page. |
36 | 37 |
|
37 | | - |
| 38 | +  |
38 | 39 |
|
39 | 40 | 2. You are prompted to **Log In with GitHub**. Your Strapi Cloud account is created during this initial login. |
40 | 41 |
|
41 | 42 | 3. Once logged in, you will be redirected to the Strapi Cloud **Projects** page. From here you can create your first Strapi Cloud project. |
42 | 43 |
|
43 | | - |
| 44 | +  |
44 | 45 |
|
45 | 46 | ### Create a project |
46 | 47 |
|
47 | 48 | 1. From the **Projects** page, click the **Create Project** button. You are prompted to **Connect with GitHub**. |
48 | 49 |
|
49 | | -::: tip |
50 | | -Connect the GitHub account and/or Organizations that own the repository or repositories you want to deploy. This can be different from the account that owns the Strapi Cloud account. |
| 50 | + ::: tip |
| 51 | + Connect the GitHub account and/or Organizations that own the repository or repositories you want to deploy. This can be different from the account that owns the Strapi Cloud account. |
51 | 52 |
|
52 | | -You will be redirected to GitHub to authorize Strapi Cloud to access your repository. |
53 | | -::: |
| 53 | + You will be redirected to GitHub to authorize Strapi Cloud to access your repository. |
| 54 | + ::: |
54 | 55 |
|
55 | 56 | 2. After granting the required access from GitHub, from the **Projects** page select your desired repository to install Strapi Cloud. |
56 | 57 |
|
57 | | - |
| 58 | +  |
58 | 59 |
|
59 | 60 | 3. Click **Next** to proceed to the Project Set up page and enter the following information: |
60 | 61 | * **Project name**: The name of your Strapi app, this is fetched from the repository name but can be edited. It is automatically converted to slug format (`my-strapi-app`). |
61 | 62 | * **GitHub branch**: The default branch to use for this deployment. This uses the [default branch](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch) of the repository but can be changed via the drop-down. |
62 | 63 | * **Deploy on push**: When enabled, this will automatically deploy the latest changes from the selected branch. When disabled, you will need to manually deploy the latest changes. |
63 | 64 |
|
64 | | - |
| 65 | +  |
65 | 66 |
|
66 | 67 | 4. (**Optional**) Select **Show Advanced Settings** to configure the following options: |
67 | 68 | * [**Environment variables**](../configurations/optional/environment.md): Environment variables are used to configure your Strapi app. |
68 | 69 | * **Base directory**: The directory where your Strapi app is located in the repository. This is useful if you have multiple Strapi apps in the same repository or if you have a monorepo. |
69 | 70 |
|
70 | | - |
| 71 | +  |
71 | 72 |
|
72 | 73 | 5. Click **Create** to finalize the project creation. An initial deployment is triggered and you are redirected to the **Projects** page. |
73 | 74 |
|
@@ -118,9 +119,9 @@ Each card displays the following information: |
118 | 119 |
|
119 | 120 | From this page you can also trigger a new deployment and access the application using the corresponding buttons. |
120 | 121 |
|
121 | | -## Settings |
| 122 | +### Settings |
122 | 123 |
|
123 | | -The **Settings** enables you to edit the following details for the project: |
| 124 | +The **Settings** tab enables you to edit the following details for the project: |
124 | 125 |
|
125 | 126 | * **Project name**: The name of your Strapi app, used to identify the project on the Cloud Dashboard, Strapi CLI, and deployment URLs. |
126 | 127 | * **Production branch**: The branch of the linked repository to use for production deployments. |
|
0 commit comments