chore: 更新部署設定與文件

This commit is contained in:
2026-01-13 10:00:36 +08:00
parent b17e305374
commit 6770a4ec2f
3 changed files with 10 additions and 13 deletions

View File

@@ -84,8 +84,14 @@ jobs:
- name: Step 4 - Composer & NPM Build
run: |
docker exec -u 1000:1000 -w /var/www/html koori-erp-laravel sh -c "
uses: appleboy/ssh-action@master
with:
host: 192.168.0.103
port: 22
username: amba
key: ${{ secrets.DEMO_SSH_KEY }}
script: |
docker exec -u 1000:1000 -w /var/www/html koori-erp-laravel sh -c "
# 1. 後端依賴 (Demo 環境建議加上 --no-interaction 避免卡住)
composer install --no-dev --optimize-autoloader --no-interaction &&