How to access Compute Engine from Cloud Build with internal IP
I’m currently using Cloud Build to build HTML and JavaScript codes when they’re pushed to a specific repository on GitHub.
After build process is completed, files and folders are transferred to a Compute Engine instance via SCP. The static internal IP(10.0.0.2) is assigned to the instance.