summaryrefslogtreecommitdiff
path: root/hetzner-admin/install.sh
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-07-02 13:14:11 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-07-02 13:14:11 +0900
commit7be614fa7aa9672e0ebe0424be2e3dae88c75c83 (patch)
tree4a11344c1c1b3d600f30bdc33e34e9019aa55e97 /hetzner-admin/install.sh
parent73da9a6f0afe31bb1c45a339cb1afa8dc2731b28 (diff)
Unify install.sh pattern: always delegate to deploy.sh
Both hetzner-admin and vpn install.sh were calling docker compose directly instead of going through their own deploy.sh, unlike mail which already followed the correct pattern. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'hetzner-admin/install.sh')
-rwxr-xr-xhetzner-admin/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hetzner-admin/install.sh b/hetzner-admin/install.sh
index f175cf9..360424d 100755
--- a/hetzner-admin/install.sh
+++ b/hetzner-admin/install.sh
@@ -28,4 +28,4 @@ fi
chmod +x "$(pwd)/run-command.sh"
-docker compose up -d --build
+bash "$(pwd)/deploy.sh"