Automatic deployments for pull requests and feature branches
Configure Preview
ryvn.yaml
file with a blueprint and target environment. Make sure the target environment
supports cluster auto-scaling.Create Pull Request
Automatic Deployment
Test & Review
Cleanup
ryvn.yaml
file alongside your blueprints and environments. Here’s an example of a preview configuration:
ryvn.yaml
Preview Reference for detailed information about all the preview fields.
Property | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name of the preview. Must be lowercase alphanumeric with hyphens, max 63 characters. |
environment | string | Yes | Name of the environment where previews will be installed. |
blueprint | string | Yes | Name of the blueprint to install. |
environment
field specifies where your preview will be deployed. This should typically be a dedicated environment
for previews that is using an auto-scaling cluster.
blueprint
configuration is similar to environment installations but with preview-specific inputs:
Preview Not Created
Preview Deployment Fails
Preview Not Updating