dokploy_application_saveGitlabProvider
dokploy_application_saveGitlabProviderConfigure GitLab repository settings for a Dokploy application to enable automated deployments from specified branches and paths.
Instructions
[application] application.saveGitlabProvider (POST)
Parameters:
applicationId (string, required)
gitlabBranch (any, required)
gitlabBuildPath (any, required)
gitlabOwner (any, required)
gitlabRepository (any, required)
gitlabId (any, required)
gitlabProjectId (any, required)
gitlabPathNamespace (any, required)
enableSubmodules (boolean, optional)
watchPaths (any, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| applicationId | Yes | ||
| gitlabBranch | Yes | ||
| gitlabBuildPath | Yes | ||
| gitlabOwner | Yes | ||
| gitlabRepository | Yes | ||
| gitlabId | Yes | ||
| gitlabProjectId | Yes | ||
| gitlabPathNamespace | Yes | ||
| enableSubmodules | No | ||
| watchPaths | No |