chore: 部署腳本清理,註解偵錯用的輸出指令
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 26s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-09 16:24:06 +08:00
parent 7137fa9346
commit e2b1e8da69

View File

@@ -26,11 +26,10 @@ jobs:
# 3. 檢查目前到底在哪裡,裡面有什麼 (這能幫我們 debug)
echo "目前目錄是: $(pwd)"
echo "目錄下的檔案有:"
ls -F
# echo "目前目錄是: $(pwd)"
# echo "目錄下的檔案有:"
# ls -F
rsync -artv --delete \
--exclude='.git' \
--exclude='node_modules' \