-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
area:infraRelating to repo infrastructure, deployments, etc.Relating to repo infrastructure, deployments, etc.
Description
Description
We would like to have a dedicated preview environment for testing that is not destroyed during routine deployments. This environment should be automatically updated whenever a commit is pushed, but not completely start from our seed data.
Problem Statement
Currently, our preview environments are ephemeral and gets torn down regularly, making it difficult to run comprehensive tests and demo things. We need a stable environment where data is not removed.
Proposed Solution
Create a persistent preview testing environment that:
- Is not destroyed during routine maintenance or deployments
- Data remains available for continuous testing
Notes
The biggest lift will be how we handle migrations and when to run them
Tools for copying data from one Payload environment to another
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:infraRelating to repo infrastructure, deployments, etc.Relating to repo infrastructure, deployments, etc.