deploy_local_files
Upload local files to Google Cloud Run by specifying absolute file paths. Enables deployment of local filesystem assets to a specified Cloud Run service in the user's Google Cloud project.
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"]) | |
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 |