Skip to content

Commit c83b2d1

Browse files
committed
docs: updates to long-lived environment and billing docs
1 parent 3028425 commit c83b2d1

3 files changed

Lines changed: 6 additions & 11 deletions

File tree

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/generated/edit-dates.mjs

Lines changed: 2 additions & 2 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",
2121
"app/faq/page.mdx": "2025-06-25T08:00:26.853Z"
2222
}

0 commit comments

Comments
 (0)