dokploy_application_saveGithubProvider
dokploy_application_saveGithubProviderConfigure GitHub repository integration for an application to automate deployments based on push or tag events, specifying repository details and build settings.
Instructions
[application] application.saveGithubProvider (POST)
Parameters:
applicationId (string, required)
repository (any, required)
branch (any, required)
owner (any, required)
buildPath (any, required)
githubId (any, required)
triggerType (enum: push, tag, required)
enableSubmodules (boolean, optional)
watchPaths (any, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| applicationId | Yes | ||
| repository | Yes | ||
| branch | Yes | ||
| owner | Yes | ||
| buildPath | Yes | ||
| githubId | Yes | ||
| triggerType | Yes | ||
| enableSubmodules | No | ||
| watchPaths | No |