Deploy previews
Every pull request gets its own URL. Review changes before they go to production.
How it works
When a pull request is opened or updated, Risved builds and deploys the branch to a preview URL. The URL follows the pattern:
pr-{number}.{project}.{domain} Automatic cleanup
When a pull request is closed or merged, the preview deployment is automatically removed. The container is stopped and the route is deleted.
Limits
Each project has a configurable preview limit (default: 3). When a new preview would exceed the limit, the oldest preview is removed automatically.
PR comments
If you've connected a Git provider, Risved posts a comment on the pull request with a link to the preview deployment.