I have 4 servers, One for load balancing (Nginx reverse proxy) and 3 nodejs (upstream servers).
I want to deploy code from bitbucket to this 3 servers same time, How i can manage it? I can install jenkis on each this 3 server and deploy but is there better solution? can i install jenkins on load balancer server and deploy from it?