deploy_local_files
Deploy local files to Google Cloud Run by providing absolute file paths. Specify project, region, and service name to initiate deployment.
Instructions
Deploy local files to Cloud Run. Takes an array of absolute file paths from the local filesystem that will be deployed. Use this tool if the files exists on the user local filesystem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of absolute file paths to deploy (e.g. ["/home/user/project/src/index.js", "/home/user/project/package.json"]) | |
| 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 |