Sypha AI Docs
Advanced Usage

Integrated Deployment

Ship Next.js applications directly from the Sypha dashboard with zero manual configuration.

Integrated Deployment

Sypha's Deploy engine enables the seamless delivery of Next.js applications directly from your command dashboard. By automating the build and provisioning pipeline, Sypha allows you to transition from code to production without navigating complex infrastructure management.

Strategic Capabilities

  • Single-Click Delivery: Initialize the production pipeline directly from the Sypha dashboard.
  • Zero-Config Orchestration: Required build settings and environment architectures are automatically generated.
  • Operational Visibility: Access a comprehensive deployment history, complete with live build logs and system details.
  • Automatic Continuous Delivery: The system triggers rebuilding and redeploying automatically upon every GitHub push.

Preliminary Requirements

  • Framework Support: Your project must utilize Next.js 14 or 15.
  • VCS Integration: Active GitHub synchronization must be established.

Initializing a Deployment

  1. Access the Deploy Dashboard: Navigate to the "Deploy" tab within your Sypha portal.
  2. Configure the Project: Select "New Deployment," authorize via GitHub, and designate the target repository and branch.
  3. Commit to Production: Select "Deploy" to initialize the build, upload, and infrastructure provisioning phase. Monitor the real-time log stream as the environment initializes.

History & Rollback Governance

Every deployment event is captured with a precise timestamp, associated build logs, and a unique production URL. You can audit historical builds or re-initialize previous states directly from the dashboard management interface.

Environment Secret Management

Sypha Deploy features native support for Environment Variables and encrypted Secrets. These can be defined and synchronized during the initial deployment configuration phase.

On this page