chore: 部署腳本在 rsync 中新增 --chown 參數
This commit is contained in:
@@ -30,12 +30,13 @@ jobs:
|
||||
echo "目錄下的檔案有:"
|
||||
ls -F
|
||||
|
||||
|
||||
|
||||
rsync -artv --delete \
|
||||
--exclude='.git' \
|
||||
--exclude='node_modules' \
|
||||
--exclude='vendor' \
|
||||
--exclude='storage' \
|
||||
--chown=1000:1000 \
|
||||
./ /koori-erp/
|
||||
|
||||
echo "同步後的目標目錄內容:"
|
||||
|
||||
Reference in New Issue
Block a user