Hello Friends,
In my use case, I will create my branch off main branch
However, I want the preview environment spinning up when I submit a PR against staging branch. I enabled preview environment in our staging environment which is pointing to staging branch.
Hey @rophilogene
yes, addressed. Basically preview environments watch the target branch (ex: staging) as pointed to by blueprint environment and any PR submitted for this target will trigger the preview environment creation.
I do have a followup question for you. It appears that the preview environment is cloning REDIS and Postgresql but is not cloning the actual data that we would have needed to test. Is there a way to effectively restore a copy of our target environment database into the preview so we are able to validate code changes against same dataset in target environment?