Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.sunny-dev.info/llms.txt

Use this file to discover all available pages before exploring further.

The Preset & Service settings define the automated path from a merged Pull Request to a running service in your targeted environment.

How to Enable

Define your build presets and rollout strategies to automate your release cycle.
1

Select Build Preset

Navigate to YAML Configuration > Repo Preferences and choose a build preset (e.g., Node.js, Reactjs, Nextjs) that matches your application framework.
2

Configure Service Mapping

Define which environments and branches should trigger automated deployments for your services.
3

Commit Changes

Enter a commit message and select your target branch to persist the changes. See Syncing Changes for a detailed walkthrough.

Configuration Example

revolte.yaml
revolte:
  env:
    production:
      branch: main
      services:
        rid_1:
          type: WEB_SERVICE
          name: api-service