···11+# Memory Index
22+33+## Feedback
44+55+- [Always deploy to lith after compush](feedback_lith_deploy.md) — run fish lith/deploy.fish after every git push
+11
aa-memory/feedback_lith_deploy.md
···11+---
22+name: Always deploy to lith after compush
33+description: After every git push, run fish lith/deploy.fish to deploy to production
44+type: feedback
55+---
66+77+Always run `fish lith/deploy.fish` after pushing to git (compush). The user expects the full compush flow to include both the git push AND the lith deployment in one go.
88+99+**Why:** The user was surprised I didn't deploy automatically — lith is the production server and a push without deploy leaves the live site stale.
1010+1111+**How to apply:** Any time the user says "compush" or asks to commit+push, finish by running `fish lith/deploy.fish` unless they explicitly say otherwise.