Github Deployment Button
The Deploy button allows you to quickly run deployments with 4EVERLAND in your Git repository by clicking the 'Deploy button'.
The buttons should be as follows:

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.
https://dashboard.4everland.org/hosting/new?type=clone-flow&s=GITHUB_REPO_URL
Sample code
GITHUB_REPO_URL:
https://github.com/4everland/project-templates/tree/main/examples/vue
<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>
Last updated