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

This commit is contained in:
2026-01-05 15:55:11 +08:00
parent 0746f752ac
commit 3b6442f487

View File

@@ -24,7 +24,7 @@ jobs:
run: |
# A. 執行複製
cp .env.example .env
sed -i "s|APP_KEY=.*|APP_KEY=${{ secrets.APP_KEY }}|g" .env
# B. 確保容器環境是最新的
# --wait 會確保容器真的跑起來了才執行下一步
docker compose -p koori-erp up -d --build --force-recreate --wait