Google Cloud Functions-是否可以将来自其他GCP项目存储库的代码部署到Cloud Function中?

Bal*_*an 5 python google-cloud-platform google-cloud-functions google-source-repositories

我想在项目A中部署Google Cloud Function,但是我希望源文件是我在项目B中的Google Cloud Source Repository中保存的文件。这可能吗?

谢谢,

Man*_*ngu 3

您应该能够指定要从哪个源存储库获取代码。

确保您已设置访问存储库的适当权限。