This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user