-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Cyril Rohr edited this page Aug 24, 2024
·
23 revisions
PullPreview is a GitHub Action that starts live environments for your pull requests and branches. It can work with any application that has a valid Docker Compose file.
Read for more info:
- Getting Started
- Inputs / Outputs
- Recommended AWS Configuration
- Workflow Examples
- Private docker registries
Reference:
- Lifecycle of a PullPreview-enabled PR
- Environment variables
- Server instances available
- Seed Data
- SSL HTTPS Configuration
- Using a custom domain
- Running a script before deployment
- Deploying multiple preview environments per pull request
- FAQ
Other:
PullPreview is fully open-source, however a license is required if used on repositories belonging to a for-profit organization (more details).
Next: Getting Started