summaryrefslogtreecommitdiff
path: root/scripts/post-receive.sample
AgeCommit message (Collapse)Author
6 daysfix: 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>