Redeploy an Upgraded Build
When a new version of the integration is released, redeploy the updated Cloud Function ZIP file to apply the changes. Redeployment updates the existing Cloud Function while retaining the previously configured resources and settings.
You can redeploy the integration using either the automatic deployment script or the manual deployment process.
Automatic Deployment
If you deployed the integration using the provided deployment script, rerun the script with the updated Cloud Function ZIP file. Reuse the previously configured values such as the Project ID, API key, and other required parameters. For more information, see Deploy Cloud Function Automatically.
Manual Deployment
If you deployed the integration manually, redeploy the Cloud Function using the gcloud functions deploy command and specify the updated Cloud Function ZIP file. Use the same Cloud Function name as the existing deployment so that Google Cloud updates the function code automatically. Update the --source parameter to point to the latest ZIP file. For more information, see Deploy Cloud Function Manually.
Important
Using the same Cloud Function name overwrites the existing deployment with the updated build.
Existing resources such as Cloud Scheduler, Secret Manager, and service account configurations remain unchanged.
After redeploying, check Cloud Logging to confirm that the integration runs successfully without errors.