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/"