Actions
action #120564
closed[qem-dashboard] Assets are not cleaned up on deployment
Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2022-11-15
Due date:
2022-11-30
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
The deployment pipeline does not remove old assets from the public/asset
directory. That means the version that gets actually served is random and changes to the frontend might not be active after deployment.
Acceptance criteria¶
- AC1: The latest assets are served after deployment
Suggestions¶
- Maybe use the same asset build workflow as Cavil with
npm run build:clean
Actions