rg
Some checks failed
Koori-ERP-Demo-Deploy / sync-update (push) Failing after 2s

This commit is contained in:
2026-01-05 19:50:16 +08:00
parent 17b6382bf1
commit 09e075a56d

View File

@@ -26,7 +26,7 @@ jobs:
sed -i "s|APP_KEY=.*|APP_KEY=${{ secrets.APP_KEY }}|g" .env
# 啟動環境
docker compose -p koori-erp up -d --build --force-recreate --wait
docker compose up -d --build --force-recreate --wait
# A. 同步檔案 (包含 .env)
tar --exclude='.git' --exclude='node_modules' --exclude='vendor' -cf - . | docker exec -i koori-erp-laravel tar -xf - -C /var/www/html