What are Preview Deployments?
Preview Deployments automatically build and deploy a (private) preview version of your application whenever you commit changes to your repo. The preview runs alongside your active application and helps you to quickly test changes to your code without having to deploy to a separate environment.
How do Preview Deployments work?
Preview Deployments only apply to your application's web components and are not available for the production environment. They are triggered by changes to your app's git repository. This means that simply pulling new code to your repo automatically updates your preview (depending on your settings).
We support three types of Preview Deployments: branches, tags, and pull requests.
More info:
- Link to docs: Using Preview Deployments.
- Link to docs: Previews & database migrations.
- Link to docs: Setting up Preview Deployments on GitHub.