install_git_repository
Install a Git repository on a Laravel Forge site by specifying server, site, provider, repository, and branch. Optionally run composer install.
Instructions
Install a Git repository on a site
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | Branch to deploy | |
| siteId | Yes | The ID of the site | |
| composer | No | Run composer install | |
| provider | Yes | Git provider | |
| serverId | Yes | The ID of the server | |
| repository | Yes | Repository (username/repo) |