mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-06 12:27:48 +00:00
build server is not experimental anymore
This commit is contained in:
@@ -10,8 +10,6 @@ description: "A guide on how to use a build server with Coolify"
|
|||||||
|
|
||||||
import { Aside } from '@astrojs/starlight/components';
|
import { Aside } from '@astrojs/starlight/components';
|
||||||
|
|
||||||
<Aside type="caution">This is an experimental feature.</Aside>
|
|
||||||
|
|
||||||
You could have a build server to build your projects on instead of building them on the server where you host your resources.
|
You could have a build server to build your projects on instead of building them on the server where you host your resources.
|
||||||
|
|
||||||
This keeps the load separated, so it does not affect your application's performance.
|
This keeps the load separated, so it does not affect your application's performance.
|
||||||
|
|||||||
Reference in New Issue
Block a user