deploy_local_folder
Deploy a local folder to Cloud Run by supplying its absolute path, uploading all contents to a new service in your project.
Instructions
Deploy a local folder to Cloud Run. Takes an absolute folder path from the local filesystem that will be deployed. Use this tool if the entire folder content needs to be deployed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Region to deploy the service to | europe-west1 |
| project | Yes | Google Cloud project ID. Do not select it yourself, make sure the user provides or confirms the project ID. | |
| service | No | Name of the Cloud Run service to deploy to | app |
| folderPath | Yes | Absolute path to the folder to deploy (e.g. "/home/user/project/src") |