# 서비스 배포하기

Next.js 앱을 배포하는 가장 쉬운 방법은 Vercel을 이용하는 것입니다. Vercel은 Next.js를 만드는 곳이죠. Next.js 배포 환경 중 가장 신뢰할 수 있는 곳이라고 봐도 무방합니다.

### Github

우선 로컬에서 완성한 서비스를 Github 저장소를 만들어 업로드 합니다.

### Vercel

Vercel을 이용한 배포는 아래의 순서를 따르면 됩니다.&#x20;

1. Vercel에 가입하고 새로운 프로젝트를 생성합니다.&#x20;
2. 조금 전에 생성한 Github 저장소를 연결합니다.
3. 환경 변수(`API Key`)를 넣어준 뒤에 Deploy 버튼을 누르면 끝입니다.
4. 배포된 서비스를 확인해봅시다!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.hajoeun.dev/friendly-next-js/next.js-2/undefined-7.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
