Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 847 Bytes

deploy.md

File metadata and controls

6 lines (5 loc) · 847 Bytes

How Deploy Object From Dev To Prod

  • After Object moves to ts-dev Branch in Github, we can raise Pull_Request to move object to ts-prod Branch.
  • Fill the PR Template (.github/pull_request_template.md) with necassary information to get it review by admin.
  • During the Review a Validate Test will run to check if we can to ensure the TML content in target environments can import changes without conflicts.
  • After Successfull Test, we will merge oue changes to ts-prod branch, it will run Deploy_Workflow which will pick the recent object from PR, import these object production environment.