From c7dc1115a644bde0a18e6876ce1f1800fd9369ba Mon Sep 17 00:00:00 2001 From: Stanislav Hubacek Date: Wed, 8 Apr 2026 19:28:03 +0200 Subject: [PATCH] test --- scripts/deploy_from_git.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy_from_git.sh b/scripts/deploy_from_git.sh index 86cfa53..48cc24b 100755 --- a/scripts/deploy_from_git.sh +++ b/scripts/deploy_from_git.sh @@ -3,7 +3,7 @@ set -euo pipefail REPO_DIR="/opt/homelab" BRANCH="main" - +#note echo "[1/4] Switching to repo..." cd "$REPO_DIR" @@ -24,4 +24,4 @@ git pull --ff-only origin "$BRANCH" echo "[4/4] Running Caddy deployment..." "$REPO_DIR/scripts/deploy_caddy.sh" -echo "[Done] Git-based deployment completed." \ No newline at end of file +echo "[Done] Git-based deployment completed."