Skip to content

Commit da283b5

Browse files
committed
Document build resources
1 parent 128b316 commit da283b5

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

sites/friday/src/manage-resources/adjust-resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Resource configuration
33
description: Configure CPU, RAM, and disk storage on a per-environment basis so your apps and services can run smoothly.
4-
weight: -100
4+
weight: -200
55
keywords:
66
- "resources"
77
- "flexible resources"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Build resources
3+
description: Find out how build resources work on {{% vendor/name %}}.
4+
weight: -50
5+
---
6+
7+
When you push changes to your app through Git, your app is built then deployed.
8+
9+
During the build phase, {{% vendor/name %}} collects your entire app configuration and creates a build image into a dedicated build container.
10+
The duration of the build phase is directly linked to the amount of resources (CPU and RAM) allocated to that build container.
11+
12+
As a user, you get the following fixed amount of resources **per project for free**:
13+
14+
- 2.5 CPU hours
15+
- 5 memory hours
16+
17+
If you consume more CPU or RAM, you get charged for them by the hour.
18+
For more information on the costs incurred, see the [Upsun pricing page](https://upsun.com/pricing/).

sites/friday/src/manage-resources/resource-billing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Resource billing
33
description: Keep an eye on costs related to resource usage.
4-
weight: -50
4+
weight: -100
55
keywords:
66
- "resources"
77
- "flexible resources"

sites/friday/src/manage-resources/resource-init.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Resource initialization
33
description: Learn how resources are allocated by default upon first deployment, and how you can define a resource initialization strategy that better fits your needs.
4-
weight: -200
4+
weight: -300
55
keywords:
66
- "resources"
77
- "flexible resources"

0 commit comments

Comments
 (0)