> For the complete documentation index, see [llms.txt](https://docs.4everland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.4everland.org/hositng/guides/creating-a-deployment/with-git.md).

# With Git

## Creating a Deployment With Git <a href="#creating-a-deployment" id="creating-a-deployment"></a>

Set the public directory of your project to your GitHub repository and define the build command. 4EVERLAND will automatically run the build command and deploy the resulting changes every time you push to your Git repository.

Select the Github account that needs to be linked

<figure><img src="/files/B2WFNC3qcKTSa4lcgA4k" alt=""><figcaption></figcaption></figure>

Finally, import the GitHub repository to be deployed

<figure><img src="/files/I6g1khqqcVbZMNf4otTy" alt=""><figcaption></figcaption></figure>

Continuous deployment offers several benefits, including:

* No need to deploy without committing and pushing your changes first
* Convenient collaboration through pull requests
* Ability to fix a typo using your Git provider's web UI, even from your mobile device

After that, you need to select the platform for deployment, then 4EVERLAND will try to auto-detect the web framework and apply the correct build parameters, to complete further deployment, please jump to:

{% content-ref url="/pages/XvHtGH6kxppiwMVvCnih" %}
[Site Deployment](/hositng/guides/site-deployment.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.4everland.org/hositng/guides/creating-a-deployment/with-git.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
