default build location when using a remote deploy server #4234
Replies: 2 comments
|
Hi @bouajilaProg! I'm Dosu and I’m helping the dokploy team. By default, the build happens on the same server where the application is deployed. So if your application is assigned to your PROD server, the build runs on PROD. If it's assigned to your dev/staging server, the build runs there [1]. To separate build and deployment servers, go to your application's Advanced tab and look for the Build Server section. There you can select a different server to handle the build [2]. This requires two things:
A couple of things to keep in mind:
To reply, just mention @dosu. Docs are dead. Just use Dosu. |
|
Uh oh!
There was an error while loading. Please reload this page.
I have 2 vps a PROD server to host on it the final thing and a "dev/stagin" vps to test, build and run preview deployment
the question is :
by default the build is in the prod server or the dev server ??
how to choose ???
All reactions