> Discover all available pages from the documentation index: https://mastra.zisheng.pro/zh-TW/llms.txt # Mastra.getDeployer() `.getDeployer()` 方法用於取得 Mastra 執行個體中已設定的 Deployer 執行個體。 ## 使用範例 ```typescript mastra.getDeployer() ``` ## 參數 此方法不接受任何參數。 ## 傳回值 **deployer** (`MastraDeployer | undefined`): 已設定的 deployer 執行個體;如果未設定 deployer,則為 undefined。 ## 相關內容 - [部署概覽](https://mastra.zisheng.pro/zh-TW/docs/deployment/overview) - [Deployer 參考](https://mastra.zisheng.pro/zh-TW/reference/deployer)