summaryrefslogtreecommitdiff
path: root/server-hooks/tokyo-livehouse-events/post-receive
AgeCommit message (Collapse)AuthorLines
14 hoursReorganize repo into caddy/, git/, claude/ directoriesyyamashita-8/+0
- caddy/: Caddyfile, docker-compose.yml, deploy.sh (hook runs this only) - git/: repos.txt, hooks/*/post-receive, install.sh, server-setup.sh - claude/: sessions.txt, systemd/claude-code@.service, sync.sh Post-receive hook is now: checkout + bash caddy/deploy.sh Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 hoursMove tokyo-livehouse-events work tree from /app to /app/tokyo-livehouse-eventsyyamashita-4/+2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 hoursManage all server-side git hooks in this repositoryyyamashita-0/+10
Add server-hooks/<repo>/post-receive for all repos and scripts/install-hooks.sh to deploy them manually on the server. Hooks are not auto-installed on git push for security. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>