When deploying to multiple servers using Laravel Envoy, how can you specify the project root per server?. The example provided in the documentation assumes that the project root is the same path for both servers.
Assume web-1
has project root as /var/html/www
and web-2
has project root as /var/foo/bar
. How can I access the different server's project root at runtime?
you have to try this
i hope you got your solution .
also you can follow this link for more help