> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Cloud에 배포

> Weave 모델과 ops를 클라우드 플랫폼에 배포하여 Inference 및 서빙을 위한 프로덕션 API 엔드포인트로 제공합니다.

<div id="deploy-to-google-cloud">
  ## Google Cloud에 배포
</div>

<Note>
  `weave deploy`를 사용하려면 머신에 `gcloud`가 설치되어 있고 설정까지 완료되어 있어야 합니다. `weave deploy gcp`는 명령줄 인수로 직접 지정하지 않으면 미리 설정된 구성을 사용합니다.
</Note>

Weave 모델을 Google Cloud에 배포하려면 다음을 실행하세요:

```
weave deploy gcp <ref>
```

배포가 완료되면 터미널에 다음 형식의 URL이 출력됩니다:

```
Service URL: <PATH_TO_MODEL>`. Visit `<PATH_TO_MODEL>/docs` to interact with your model!
```
