deploy_local_folder
Deploy a local folder to Google Cloud Run by specifying the folder's absolute path, project ID, and optional region and service name. Simplifies deploying entire folder contents to a Cloud Run service.
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 |
---|---|---|---|
folderPath | Yes | Absolute path to the folder to deploy (e.g. "/home/user/project/src") | |
project | Yes | Google Cloud project ID. Do not select it yourself, make sure the user provides or confirms the project ID. | |
region | No | Region to deploy the service to | europe-west1 |
service | No | Name of the Cloud Run service to deploy to | app |