# Github Deployment Button

The buttons should be as follows:

<figure><img src="https://4107147272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEVHC4TEQKrh3Bfvq5dDi%2Fuploads%2F845HomoDRwSg9IRD75b4%2Fimage.png?alt=media&#x26;token=5e63db94-19f3-4c42-a11f-78a3a85f55a2" 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 %}
