What problem does it solve?
This Skill addresses the complexity of managing self-hosted application deployments, handling everything from source code preparation and image building to network configuration and domain routing without manual intervention.
Core Features & Use Cases
- Automated Deployment Lifecycle: Orchestrates the entire flow from GitHub push or ZIP upload to a running, hardened Docker container.
- Intelligent Build Resolution: Automatically detects whether to use a Dockerfile or Railpack, while managing build secrets securely via BuildKit.
- Use Case: A developer can push code to a repository and have the system automatically build the image, attach it to a project-specific network, and configure Let's Encrypt HTTPS without needing to manually manage Docker Compose files or network settings.
Quick Start
Use the Deployment System skill to trigger a new deployment for the project with the specified project ID.