google-cloud-platformgoogle-cloud-functionsgoogle-source-repositories

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


I have a Google Cloud Function that runs from source code stored in a Google Cloud Source Repository. If I update the source code in the repo, do I have to manually update the cloud function or is this done automatically?


Solution

  • There is no automatic deployment. You will have to run whatever command line you would normally run to deploy the code to Cloud Functions.