iii
All checks were successful
Koori-ERP-Demo-Deploy / sync-update (push) Successful in 1m16s

This commit is contained in:
2026-01-05 21:56:23 +08:00
parent b8995ece05
commit cc83a26375

View File

@@ -79,7 +79,7 @@ jobs:
run: |
# ✅ 啟動容器(檔案已經準備好,透過 volume 自動掛載)
docker compose up -d --build --force-recreate --wait
tar --exclude='.git' --exclude='node_modules' --exclude='vendor' -cf - . | docker exec -i koori-erp-laravel tar -xf - -C /var/www/html
- name: 5. Backend & Frontend Build
run: |
docker exec -w /var/www/html koori-erp-laravel sh -c "