coolify_create_application_public
Create an application deployment from a public Git repository by specifying server, environment, build pack, and ports to expose.
Instructions
Create an application from a public Git repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Application name | |
| domains | No | Custom domains (comma-separated) | |
| build_pack | Yes | Build pack to use | |
| git_branch | Yes | Git branch | |
| description | No | Application description | |
| server_uuid | Yes | Server UUID | |
| project_uuid | Yes | Project UUID | |
| ports_exposes | Yes | Ports to expose (e.g., '3000' or '3000,8080') | |
| git_repository | Yes | Git repository URL | |
| instant_deploy | No | Deploy immediately after creation | |
| destination_uuid | No | Destination UUID (if server has multiple) | |
| environment_name | Yes | Environment name |