Merge pull request #36 from minasploit/patch-1

Fixed a typo on multiple-servers.mdx
This commit is contained in:
Andras Bacsai
2024-10-07 20:51:24 +02:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ Any additional servers must be set in the `Servers` menu, simply by clicking on
Now everytime you redeploy, restart or stop the application, the action will be done on all servers.
If the deploy needs a build process, it will be executed on the main server (or on the build server if you have on). The deploy process will upload the built image to the Docker Registry and only after all other servers will be notified to pull and deploy this image.
If the deploy needs a build process, it will be executed on the main server (or on the build server if you have one). The deploy process will upload the built image to the Docker Registry and only after all other servers will be notified to pull and deploy this image.
## How to configure a loadbalancer?