dokploy_application_saveGitProvider
dokploy_application_saveGitProviderSave Git provider configuration for an application by specifying repository URL, branch, build path, and watch paths to enable automated deployments from version control.
Instructions
[application] application.saveGitProvider (POST)
Parameters:
customGitBranch (any, required)
applicationId (string, required)
customGitBuildPath (any, required)
customGitUrl (any, required)
watchPaths (any, required)
enableSubmodules (boolean, optional)
customGitSSHKeyId (any, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customGitBranch | Yes | ||
| applicationId | Yes | ||
| customGitBuildPath | Yes | ||
| customGitUrl | Yes | ||
| watchPaths | Yes | ||
| enableSubmodules | No | ||
| customGitSSHKeyId | No |