This repository was archived by the owner on Jul 6, 2026. It is now read-only.
fix(web): enterprise profile link + hotfix-deploy workflow (auto-CD via default=main)#87
Merged
Merged
Conversation
- Enterprise "View profile" pointed at /company, which doesn't exist -> dead link.
Point it to /profile/{id} (the profile page already renders the enterprise card).
- Add .github/workflows/hotfix-deploy.yml: manual workflow_dispatch that builds+pushes
the images for a ref and Helm-deploys to project-01, skipping lint/test/Trivy/
Lighthouse. For urgent hotfixes; normal merges still run full CI.
(Repo default branch changed to `main` so the project-01 cd.yml auto-deploys on merge
to main via its workflow_run trigger — previously the default `develop` branch's legacy
cd.yml ran instead and failed.)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/company(no such route) → dead link. Now/profile/{id}(renders the enterprise card).develop, so GitHub ran develop's legacy cd.yml (staging, fails) for theworkflow_runauto-trigger instead of main's project-01 deploy. Default branch switched tomain→ merges to main now auto-deploy. (Merging this PR is the live test.)hotfix-deploy.yml(manual) builds+pushes images for a ref and Helm-deploys, skipping lint/test/Trivy/Lighthouse (~5 min). Normal merges still run full CI.Verified:
tsc✓,next lint0 ✓, workflow YAML valid.