Answer the question
In order to leave comments, you need to log in
How to deploy php application to multiple servers?
There is an application on several servers and one balancer.
The developers made changes and pushed it into the git, and you need to pour it on all the servers.
And there you need to assemble the front and do composer install. And while this is being done, everything falls off. This should not be.
What's the best way to do it?
What tools do you use?
Answer the question
In order to leave comments, you need to log in
https://deployer.org
Great tool. Pick up and roll. written in php
The easiest way is to use docker containers that will be collected in a pipeline and pushed into the docker registry. And then you can deploy either on k8s or docker swarm cluster without downtime.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question