Google Cloud Functions - 依赖 Repo 中代码的函数的默认更新行为是什么?

Google Cloud Function - What is the default update behaviour for functions that rely on code in a Repo?

我有一个 Google Cloud Function,它从存储在 Google Cloud Source Repository 中的源代码运行。如果我更新 repo 中的源代码,我是否必须手动更新云功能还是自动完成?

没有自动部署。您将必须 运行 通常 运行 将代码部署到 Cloud Functions 的任何命令行。