From 943df01f5fd362b5e2e74c043496b5547d2ef3cb Mon Sep 17 00:00:00 2001 From: Rahul <37151383+rahulr8@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:56:51 -0700 Subject: [PATCH] ENG-0000 chore(portal): Hotfix clarification (#686) ## Affected Packages Apps - [ ] portal Packages - [ ] 1ui - [ ] api - [ ] protocol - [ ] sdk Tools - [ ] tools ## Overview Clarify hotfix deployment ## Screen Captures If applicable, add screenshots or screen captures of your changes. ## Declaration - [x] I hereby declare that I have abided by the rules and regulations as outlined in the [CONTRIBUTING.md](https://github.com/0xIntuition/intuition-ts/blob/main/CONTRIBUTING.md) --- docs/portal-deployments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/portal-deployments.md b/docs/portal-deployments.md index 66a7b7d89..9392c4472 100644 --- a/docs/portal-deployments.md +++ b/docs/portal-deployments.md @@ -57,7 +57,7 @@ Here's a summary of a typical lifecycle in a sprint. The hotfix branch is deployed to the staging environment for immediate testing. The testing process should be thorough but expedited to ensure the fix is effective without unnecessary delays. 4. **Merging and Deployment**: Once verified, the hotfix branch is merged directly into the main branch. This merge triggers an automatic deployment to the dev and staging environments to ensure the fix is integrated smoothly. - The hotfix is then deployed to the production environment manually, following the same process as a regular release. This involves publishing a draft release, which includes the hotfix changes, and creating a tag to mark the release. + The hotfix is then deployed to the production environment manually. You can go to the "Deploy Portal to Production" action and run the workflow by selecting the appropriate hotfix branch and clicking "Run workflow". 5. **Post-Deployment Verification**: After the hotfix is deployed to production, the system should be closely monitored to confirm that the issue has been resolved without introducing new problems. Any necessary follow-up actions, such as informing stakeholders or updating documentation, should be carried out immediately after the deployment.