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."