> Discover all available pages from the documentation index: https://mastra.zisheng.pro/llms.txt # Mastra.getDeployer() `.getDeployer()` 方法用于获取 Mastra 实例中已配置的 Deployer 实例。 ## 使用示例 ```typescript mastra.getDeployer() ``` ## 参数 此方法不接受任何参数。 ## 返回值 **deployer** (`MastraDeployer | undefined`): 已配置的 deployer 实例;如果未配置 deployer,则为 undefined。 ## 相关内容 - [部署概览](https://mastra.zisheng.pro/docs/deployment/overview) - [Deployer 参考](https://mastra.zisheng.pro/reference/deployer)