We have some node.js
servers hosted by google cloud compute engine
. As the instances running the servers are created by an Instance Group
there is a Load Balancer in front of them and their IP change frequently.
When the Instance Group
creates the instance from the Instance Templates, the boot script pulls the current version using gitlab
and the process runs ok.
Is there a way to upload versions in all instance group using a single command line, something that could make all the instances run git pull
initiated by centralised requests?