Skip to content

Commit

Permalink
ENG-0000 chore(portal): Hotfix clarification (#686)
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
rahulr8 authored Aug 19, 2024
1 parent f2f393f commit 943df01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/portal-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 943df01

Please sign in to comment.