> Discover all available pages from the documentation index: https://mastra.zisheng.pro/ja/llms.txt # Mastra.getDeployer() `.getDeployer()` メソッドは、Mastra インスタンスに設定されている Deployer インスタンスを取得します。 ## 使用例 ```typescript mastra.getDeployer() ``` ## パラメーター このメソッドはパラメーターを受け取りません。 ## 戻り値 **deployer** (`MastraDeployer | undefined`): 設定済みの Deployer インスタンス。Deployer が設定されていない場合は undefined。 ## 関連項目 - [デプロイの概要](https://mastra.zisheng.pro/ja/docs/deployment/overview) - [Deployer リファレンス](https://mastra.zisheng.pro/ja/reference/deployer)