【发布时间】:2019-03-19 17:45:06
【问题描述】:
我想在项目 A 中部署一个 Google Cloud Function,但我希望源文件是我在项目 B 的 Google Cloud Source Repository 中的那些文件。这可能吗?
谢谢,
【问题讨论】:
标签: python google-cloud-platform google-cloud-functions google-source-repositories
我想在项目 A 中部署一个 Google Cloud Function,但我希望源文件是我在项目 B 的 Google Cloud Source Repository 中的那些文件。这可能吗?
谢谢,
【问题讨论】:
标签: python google-cloud-platform google-cloud-functions google-source-repositories
您应该可以specify from which source repository 获取您想要的代码。
确保您已设置proper permissions 以访问存储库。
【讨论】: