From 2493bc72fbacfddf650da1edc2636801fcd9c8bc Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 26 Jan 2026 03:19:25 +0900 Subject: [PATCH] =?UTF-8?q?stock=5Flab=20=EB=B0=B0=ED=8F=AC=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=B6=94=EA=B0=80=EB=90=A0=20=EC=88=98=20=EC=9E=88?= =?UTF-8?q?=EA=B2=8C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy-nas.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/deploy-nas.sh b/scripts/deploy-nas.sh index e94c64b..097be04 100644 --- a/scripts/deploy-nas.sh +++ b/scripts/deploy-nas.sh @@ -40,6 +40,9 @@ rsync -a --delete \ rsync -a --delete \ --exclude ".git" \ "$SRC/deployer/" "$DST/deployer/" +rsync -a --delete \ + --exclude ".git" \ + "$SRC/stock-lab/" "$DST/stock-lab/" rsync -a --delete \ --exclude ".git" \ "$SRC/nginx/" "$DST/nginx/"