I need to deploy github repository (nodejs application) into the GCP VM which will accessible on static IP of the VM but there is some additional requirement, I need to automate the whole process, if anything changes in the code then the VM automatically takes the github repo code and again start the NPM install and NPM start process.
Anyone help me, I am stuck in the automate process.