# 部署

![](/files/-LezY_-4HTKRI8b2KDMr)

## 部署

有了 GitHub，你可以在合并到 `master` 之前使用某分支部署，进行生产环境的最终测试。

一旦你的请求被评审并且分支通过了测试，你就可以部署更改以在生产环境中验证它们。如果你的分支导致某些问题，你可以通过部署现有的 `master` 分支到生产环境中来回滚它。


---

# 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://github.highlight.ink/github-flow/deploy.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.
