Skip to content

Commit 9b6f1e0

Browse files
authored
docs: updates to long-lived environment and billing docs (#12948)
* docs: updates to long-lived environment and billing docs * updated faq
1 parent b5548c3 commit 9b6f1e0

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

www/apps/cloud/app/billing-usage/page.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,7 @@ To view your organization's usage:
103103
You'll find two sections at the top of the Billing settings:
104104

105105
- **Current plan**: The plan your organization is currently subscribed to and when the next billing date is.
106-
- **Usage limits**: The usage limits for your current plan. The **Usage** column indicates how much your organization has used so far, and the **Included** column indicates the limits of your current plan. You'll mainly find the following usage limits:
107-
- **Seats**: The number of users that can be added to your organization.
108-
- **Projects**: The number of projects that can be created in your organization.
109-
- Other add-ons may be listed based on your plan.
106+
- **Usage limits**: A breakdown of your plan and resources usage. You can see the pricing of your plan and any other add-ons, such as additional projects.
110107

111108
![Usage limits sections in the Billing settings](https://res.cloudinary.com/dza7lstvk/image/upload/v1750241792/Cloud/CleanShot_2025-06-18_at_13.16.23_2x_k7eeay.png)
112109

www/apps/cloud/app/environments/long-lived/page.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,10 @@ The created environment will appear in the [project's dashboard](../../projects/
6565

6666
### Trigger Environment Deployment
6767

68-
After creating the environment, you need to trigger its deployment by pushing a commit to the environment's branch (in this example, `staging`).
68+
After creating the environment, Medusa will automatically trigger a deployment for the environment using the associated branch (for example, `staging`). This includes:
6969

70-
The first time you push a commit, Medusa will:
71-
72-
- Deploy the environment from the associated branch.
73-
- Set up the database and resources for the environment. These are different from the resources of other environments.
70+
- Deploying the environment from the associated branch.
71+
- Setting up the database and resources for the environment. These are different from the resources of other environments.
7472

7573
After that, Medusa will automatically deploy the environment whenever you push a new commit to the associated branch.
7674

www/apps/cloud/app/faq/page.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@ You can deploy projects like marketplaces, B2B, subscription-based stores, and m
5151
## Does Cloud create new Medusa projects for each deployment?
5252

5353
No, Medusa does not create new Medusa projects for your deployments. Instead, it deploys your existing Medusa project from your GitHub repository.
54+
55+
---
56+
57+
## Can I use a static IP address for my Medusa project on Cloud?
58+
59+
No, Medusa does not provide a static IP address for your Medusa project on Cloud. However, you can use a proxy that has a static IP address to connect to your Medusa project.
60+
61+
Contact support for help with setting up a proxy for your Medusa project.

www/apps/cloud/generated/edit-dates.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export const generatedEditDates = {
1111
"app/s3/page.mdx": "2025-06-25T07:57:24.832Z",
1212
"app/draft-order-plugin/page.mdx": "2025-06-25T07:57:14.898Z",
1313
"app/loyalty-plugin/page.mdx": "2025-06-26T11:11:02.320Z",
14-
"app/billing-usage/page.mdx": "2025-06-25T07:57:03.206Z",
14+
"app/billing-usage/page.mdx": "2025-07-14T11:09:25.451Z",
1515
"app/logs/page.mdx": "2025-06-19T07:44:38.336Z",
1616
"app/update-medusa/page.mdx": "2025-06-25T07:57:30.170Z",
1717
"app/connect-storefront/page.mdx": "2025-06-25T07:47:00.499Z",
1818
"app/environments/environment-variables/page.mdx": "2025-06-25T07:42:53.521Z",
19-
"app/environments/long-lived/page.mdx": "2025-06-25T07:55:24.283Z",
19+
"app/environments/long-lived/page.mdx": "2025-07-14T11:01:54.536Z",
2020
"app/environments/preview/page.mdx": "2025-06-25T08:00:00.839Z",
21-
"app/faq/page.mdx": "2025-06-25T08:00:26.853Z"
21+
"app/faq/page.mdx": "2025-07-14T11:44:58.587Z"
2222
}

0 commit comments

Comments
 (0)