Skip to content

Commit

Permalink
feat: Updates documentation for GEO-1090 (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukanya-rath authored Oct 30, 2024
1 parent 3d8e47d commit b16be39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,10 @@ flowchart
A[Last Released To Production Tag ex: 1.17.2] -->|create a hotfix branch from the tag ex: hotfix/1.17.2_hotfix.1| B(Make Changes)
A[Last Released To Production Tag ex: 1.17.2] -->|create releases/hotfix branch from the tag | C( Branch to Which pull request will be raised)
B --> C[Create pull request to releases/hotfix branch, from the hotfix/x.x.x_hotfix.x branch]
C --> D[Changes Deployed to Dev environment with Crunchy DB, follow .github/workflows/ci_cd_on_pr_hotfix.yml]
C --> D[Changes Deployed to Dev environment with Postgres DB, follow .github/workflows/ci_cd_on_pr_hotfix.yml]
D -->|On Approval and Merge to releases/hotfix| E[Clean up PR environment and create the new Docker Tags and GitHub Tag]
E -->|Promote to PROD, using the tag that was generated in previous step | F[Promote to Prod using branch releases/hotfix using existing github workflow, cd-to-prod-on-workflow-dispatch.yml]
E -->|Promote to PROD, using the tag that was generated in previous step | F[Promote to Prod using branch releases/hotfix using existing github workflow, check the is hostfix deployment to true, cd-to-prod-on-workflow-dispatch.yml]
F -->|Create a PR to main branch from releases/hotfix| G[Resolve Merge Conflicts here and promote through, DEV and TEST]
H--> |Close the releases/hotfix branch|
```
1 change: 1 addition & 0 deletions admin-frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ yarn-debug.log*
yarn-error.log*
/tests/unit/coverage/
/tests/e2e/reports/
/e2e/assets/announcements/invalid.com
selenium-debug.log
junit.xml
test-report.xml
Expand Down

0 comments on commit b16be39

Please sign in to comment.