summaryrefslogtreecommitdiff
path: root/cgit/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cgit/deploy.sh')
-rw-r--r--cgit/deploy.sh4
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