From 531150ba3061b0482d72c082b434eba9bf983b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Sun, 9 Nov 2025 07:04:46 +0300 Subject: [PATCH] use prod dirs --- dbg.clone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbg.clone b/dbg.clone index b739bd4..9e3c2e5 100755 --- a/dbg.clone +++ b/dbg.clone @@ -1,9 +1,9 @@ #!/bin/bash SDIR=$(cd "$(dirname "$0")" ; pwd -P) -DST_DIR=/Users/mk/test-dist +DST_DIR=/var/www/dbg MAIN_BRANCH=main -REPO_DIR=/Users/mk/test-repo +REPO_DIR=/home/kornerr/repo-ru REPO_URL=https://github.com/kornerr/ru # Clone since the directory does not exist