-
Notifications
You must be signed in to change notification settings - Fork 13
How to Test on Staging with a New Branch
Jack Pettit [SSW] edited this page Apr 15, 2024
·
1 revision
Testing new changes in a staging environment before deploying to production is crucial for maintaining software quality. This guide provides step-by-step instructions on how to test on a staging server using a new branch within the SSW.Rules framework.
Figure: Click on "Run Pipeline"
Figure: Change Branch to latest release (In this case is 119) or whatever code branch you want to test against
Figure: Here you can change branch the content branch + disable caching
NOTE: If you are testing a content issue. Disable GATSBY_CACHE
by setting it to FALSE
from TRUE
and change the CONTENT_BRANCH
to the content branch you wish to test