How do I do DEV > QA > PROD promotion with Git?

Created by Alexandru Sirbu, Modified on Fri, 20 Feb at 12:59 PM by Alexandru Sirbu

Here is a common workflow:

  1. Create your Project in each of the environments: Development, QA, Production.
  2. 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
  3. Create and/or Publish a Knowledge Base in the Project in the Dev environment.
  4. 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.
  5. Click 'Synchronize' to start the merge process, or Replace to overwrite QA with what’s coming from Dev.
  6. After QA testing, repeat the same process for Production pulling from QA.

If you have any further questions, please feel free to Contact Us.

You can also refer to the HEDDA.IO End User Documentation.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article