Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

1--- 2name: Always deploy to lith after compush 3description: After every git push, run fish lith/deploy.fish to deploy to production 4type: feedback 5--- 6 7Always 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. 8 9**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. 10 11**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.