| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 6 days | fix: align deploy flow with post-receive checkout (no .git in /var/www) | Tyler Hoang | |
| The working tree at /var/www/prism-v2 is populated by a post-receive hook that does `git --work-tree=... checkout -f`, so it has no .git directory. Drop git operations from deploy.sh and add scripts/post-receive.sample plus README setup for the bare repo + hook + sudoers wiring. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> | |||
| 6 days | feat: add scripts/deploy.sh for idempotent production deploys | Tyler Hoang | |
| Handles first-time install (--install) and redeploys: pulls, builds backend and frontend as www-data with the required HOME/NPM_CONFIG_CACHE env, restarts systemd services, and smoke-checks /health and /. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> | |||
| 2026-05-19 | systemd | Tyler Hoang | |
| 2026-05-19 | unified start/stop script and included systemd files | Tyler Hoang | |
| 2026-05-17 | Add stack start and stop scripts | Tyler Hoang | |
