Here is a common workflow:
- Create your Project in each of the environments: Development, QA, Production.
- Configure the Project in each of the environments to use the same repo but different branches:
- Development: Environment Branch = Dev
- QA: Environment Branch = QA, Linked = Dev
- Production: Environment Branch = Prod, Linked = QA
- Create and/or Publish a Knowledge Base in the Project in the Dev environment.
- Open the Project in the QA environment. In the Project Details on the right, check the Git section. if Dev has newer changes, Git shows Has Differences. Clicking it shows what differs.
- Click 'Synchronize' to start the merge process, or Replace to overwrite QA with what’s coming from Dev.
- After QA testing, repeat the same process for Production pulling from QA.
If you have any further questions, please feel free to Contact Us.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article