At the moment, we have a new server environment with several servers, so the laravel elixer cache override function does not work if we load the repository and run gulp, since each server has a different version of .js and .css.
The problem is load balancing, which can send the user to any server for each request. Some browsers seem to be immune to this problem, but, for example, I cannot load CSS or js correctly using JMeter to test the load.
Is there a way to synchronize the assembly without adding compiled files to the repository or FTP server?
We are trying to automate the deployment by running a script that pulls the last repo every time the productiosn branch is updated.
php laravel laravel-elixir gulp
brianlmerritt
source share