> Discover all available pages from the documentation index: https://mastra.zisheng.pro/ko/llms.txt # 마스트라.getDeployer() 그만큼`.getDeployer()`메서드는 Mastra 인스턴스에 구성된 배포자 인스턴스를 검색하는 데 사용됩니다. ## 사용예 ```typescript mastra.getDeployer() ``` ## 매개변수 이 메서드는 매개변수를 허용하지 않습니다. ## 보고 **deployer** (`MastraDeployer | undefined`): 구성된 배포 관리자 인스턴스입니다. 배포 관리자가 구성되지 않았으면 undefined입니다. ## 관련된 - [배포 개요](https://mastra.zisheng.pro/ko/docs/deployment/overview) - [배포자 참조](https://mastra.zisheng.pro/ko/reference/deployer)