-
Type:
Story
-
Resolution: Duplicate
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Not Needed
-
None
-
Developer Tools
I remember it was mentioned that there's a ticket already for this but can't find it. In case there's no, here's a proposed story.
Type: Story
As compass team, we need to deploy frontend hotfixes independently without waiting for monolith availability.
Context
During the freeStorage: 1 incident, the revert PR was merged quickly, but deployment was delayed because frontend changes require a full monolith deploy. The monolith wasn't available for several hours due to unrelated cloud infrastructure issues, extending the mitigation time unnecessarily.
Acceptance Criteria
- Decouple web asset deployment from monolith deployment
- Enable independent hotfix deployment for frontend changes
- Maintain deployment safety and rollback capabilities
- Document the new deployment process