> 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/quick-addition/github-deployment-button.md).

# Github Deployment Button

The buttons should be as follows:

<figure><img src="/files/8Tr9bXgpU9UyICFfnyro" alt=""><figcaption></figcaption></figure>

## Git Repository URL

**Parameter**: `GITHUB_REPO_URL`

**Value**: `The source Git repository URL`

**Type**: `String`

The Git Repository URL parameter allows you to define a Git repository URL, optionally including the sub directory within a repository, that you will clone into your GitHub account when going through the 4EVERLAND **Project Creation Flow**.

{% code overflow="wrap" %}

```
https://dashboard.4everland.org/hosting/new?type=clone-flow&s=GITHUB_REPO_URL
```

{% endcode %}

{% hint style="info" %}
An example Deploy Button source URL using the git repository url parameter
{% endhint %}

## Sample code

GITHUB\_REPO\_URL:

`https://github.com/4everland/project-templates/tree/main/examples/vue`

{% code overflow="wrap" %}

```
<a href="https://dashboard.4everland.org/hosting/new?type=clone-flow&s=https://github.com/4everland/project-templates/tree/main/examples/vue"><img src="https://4ever-web.4everland.store/img/deploy.svg" alt="Deploy with 4EVERLAND"/></a>
```

{% endcode %}

{% hint style="info" %}
A HTML snippet that shows a linked Deploy Button.
{% endhint %}

{% hint style="info" %}
If you have any questions, please join our [Discord server](https://discord.com/invite/Cun2VpsdjF), or send us an email at <contact@4everland.org>.
{% endhint %}
