summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--claude/sessions.txt1
-rw-r--r--git/hooks/mosquitone-admin/post-receive4
-rw-r--r--git/repos.txt1
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