chore: 部署腳本改為進入目錄後執行 chmod
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 31s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-09 16:03:10 +08:00
parent 209581e535
commit 92ff0387b8

View File

@@ -36,8 +36,8 @@ jobs:
--exclude='vendor' \
--exclude='storage' \
./ /koori-erp/
sudo chmod 777 /koori-erp
cd /koori-erp/
sudo chmod 777 .
echo "同步後的目標目錄內容:"
ls -la /koori-erp