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

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

@@ -3,7 +3,7 @@ set -euo pipefail
REPO_DIR="/opt/homelab" REPO_DIR="/opt/homelab"
BRANCH="main" BRANCH="main"
#note
echo "[1/4] Switching to repo..." echo "[1/4] Switching to repo..."
cd "$REPO_DIR" cd "$REPO_DIR"