Compare commits

..

2 Commits

Author SHA1 Message Date
Stanislav Hubacek
c7dc1115a6 test 2026-04-08 19:28:03 +02:00
Stanislav Hubacek
b85d91e2b2 change of mode 2026-04-08 19:20:55 +02:00

4
scripts/deploy_from_git.sh Normal file → Executable file
View File

@@ -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."
echo "[Done] Git-based deployment completed."