diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-10 01:30:42 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-10 01:30:42 +0900 |
| commit | a7890e22d52677de267e0d4c79f2c7627f3a96c4 (patch) | |
| tree | ef7c08173df4a32ef5a1bacec79c35d7d696d7d1 | |
| parent | 733ae6e5c4362aa85d54cb7b0674483d3f6862cd (diff) | |
Add mosquitone-admin repo and Claude session
Register mosquitone-admin as a managed git repo with post-receive checkout
hook, and add yyamashita:mosquitone-admin to the Claude Code session list.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | claude/sessions.txt | 1 | ||||
| -rw-r--r-- | git/hooks/mosquitone-admin/post-receive | 4 | ||||
| -rw-r--r-- | git/repos.txt | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/claude/sessions.txt b/claude/sessions.txt index 6df2af0..07bcf31 100644 --- a/claude/sessions.txt +++ b/claude/sessions.txt @@ -3,3 +3,4 @@ yyamashita:hetzner-infra yyamashita:tokyo-livehouse-events yyamashita:whois-band +yyamashita:mosquitone-admin diff --git a/git/hooks/mosquitone-admin/post-receive b/git/hooks/mosquitone-admin/post-receive new file mode 100644 index 0000000..9064458 --- /dev/null +++ b/git/hooks/mosquitone-admin/post-receive @@ -0,0 +1,4 @@ +#!/bin/bash +set -e +GIT_WORK_TREE=/home/yyamashita/workspaces/repos/mosquitone-admin git checkout -f +echo "Deploy complete: mosquitone-admin" diff --git a/git/repos.txt b/git/repos.txt index 58ab877..4c2ddde 100644 --- a/git/repos.txt +++ b/git/repos.txt @@ -3,3 +3,4 @@ hetzner-infra:/app/infra tokyo-livehouse-events:/app/tokyo-livehouse-events whois-band:/app/whois-band +mosquitone-admin:/home/yyamashita/workspaces/repos/mosquitone-admin |
