| Age | Commit message (Collapse) | Author |
|
deployment/deploy duplicated scripts/deploy (the one actually in use).
deployment/post-receive documented installing a git hook at
/site/doot.terst.org/app-code/hooks/post-receive, but that hook was
never actually installed and the app-code checkout it depended on has
been removed -- this path was never wired up.
|
|
Both deploy scripts now run `npm ci || npm install && npm run build`
before syncing web/static/, ensuring Tailwind output.css is always
present in fresh checkouts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
- Add deployment/deploy script for server-side deploys
- Remove 10 completed issue files (001-016 batch)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|