Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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


name: Always deploy to lith after compush description: After every git push, run fish lith/deploy.fish to deploy to production type: feedback#

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.

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.

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.