Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Google Cloud Function,它从存储在 Google Cloud Source Repository 中的源代码运行。如果我在 repo 中更新源代码,我必须手动更新云功能还是自动完成?
没有自动部署。您必须运行通常会运行的任何命令行来将代码部署到 Cloud Functions。