summaryrefslogtreecommitdiff
path: root/mail/dns/setup-route53.py
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-19 15:19:00 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-19 15:19:00 +0900
commit6e41cc1b7a6769608cacb456bae21aa0d7704f59 (patch)
treeb42d5b549493155790fefd88cce2ec07b0be3a60 /mail/dns/setup-route53.py
parent93bd9a1d92e62c453230f0c1cc1058e745b30f40 (diff)
Add microblog service
- Caddy: route blog.yyamashita.com → microblog-app:3000 - git: add microblog post-receive hook and update work tree path to /app/microblog - DNS: add blog subdomain to Route 53 WEB_SUBDOMAINS Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'mail/dns/setup-route53.py')
-rwxr-xr-xmail/dns/setup-route53.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/dns/setup-route53.py b/mail/dns/setup-route53.py
index c508235..2a6aee9 100755
--- a/mail/dns/setup-route53.py
+++ b/mail/dns/setup-route53.py
@@ -36,6 +36,7 @@ WEB_SUBDOMAINS = [
"code",
"git",
"hetzner-admin",
+ "blog",
]