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.
Sample code
GITHUB_REPO_URL:
https://github.com/4everland/project-templates/tree/main/examples/vue
Last updated