How to use private, self hosted NPM package with Google App Engine node, standard environment
问题 I have an NPM package hosted on a private Bitbucket git repo (not in the official NPM registry). I have this in my package.json, under the "dependencies" key: "a-private-package" git+ssh://git@bitbucket.org:myusername/a-private-package.git It works when I run npm install locally as my SSH keys are used. But when I use gcloud app deploy to deploy to the app engine standard environment for node, I get a Host key verification failed from Google Cloud Build. I have tried: Adding a custom SSH key