D
D
developer0072018-12-30 11:09:01
PHP
developer007, 2018-12-30 11:09:01

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

2 answer(s)
V
Voenniy, 2018-12-30
@developer007

https://deployer.org
Great tool. Pick up and roll. written in php

K
Kirill Kudryavtsev, 2018-12-30
@Deissh

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 question

Ask a Question

731 491 924 answers to any question