From c7e12ea9fe185d23d08822b1149a65db93a9e4f7 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 21 Mar 2026 23:03:03 +0900 Subject: [PATCH] =?UTF-8?q?deploy:=20music-lab=20rsync=20=ED=95=AD?= =?UTF-8?q?=EB=AA=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- scripts/deploy-nas.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/deploy-nas.sh b/scripts/deploy-nas.sh index 097be04..6d45015 100644 --- a/scripts/deploy-nas.sh +++ b/scripts/deploy-nas.sh @@ -43,6 +43,9 @@ rsync -a --delete \ rsync -a --delete \ --exclude ".git" \ "$SRC/stock-lab/" "$DST/stock-lab/" +rsync -a --delete \ + --exclude ".git" \ + "$SRC/music-lab/" "$DST/music-lab/" rsync -a --delete \ --exclude ".git" \ "$SRC/nginx/" "$DST/nginx/"