diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-17 17:19:10 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-17 17:19:10 +0900 |
| commit | 7e8e89ef2e2b2302c92e03429e43be9b1db08d49 (patch) | |
| tree | e1e34abb26d098c55b46a5d2703b0757bea3a0a1 /cgit/deploy.sh | |
| parent | dd7142e08cd66656514c7468ce12be72674900a5 (diff) | |
Add cgit web interface at git.yyamashita.com
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'cgit/deploy.sh')
| -rw-r--r-- | cgit/deploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit/deploy.sh b/cgit/deploy.sh new file mode 100644 index 0000000..f8b3f40 --- /dev/null +++ b/cgit/deploy.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +cd "$(dirname "$0")" +docker compose up -d |
