coolify_create_application_private_deploy_key
Create an application from a private Git repository by providing an SSH deploy key, specifying project, server, environment, branch, build pack, and ports.
Instructions
Create an application from a private repository using SSH deploy key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Application name | |
| build_pack | Yes | Build pack to use | |
| git_branch | Yes | Git branch | |
| server_uuid | Yes | Server UUID | |
| project_uuid | Yes | Project UUID | |
| ports_exposes | Yes | Ports to expose | |
| git_repository | Yes | Git repository URL (SSH format) | |
| instant_deploy | No | Deploy immediately | |
| environment_name | Yes | Environment name | |
| private_key_uuid | Yes | SSH private key UUID |