summaryrefslogtreecommitdiff
path: root/hetzner-admin/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hetzner-admin/deploy.sh')
-rwxr-xr-xhetzner-admin/deploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hetzner-admin/deploy.sh b/hetzner-admin/deploy.sh
new file mode 100755
index 0000000..276b188
--- /dev/null
+++ b/hetzner-admin/deploy.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+set -euo pipefail
+cd "$(dirname "$0")"
+docker compose up -d --build