[STYLE] 調整 Workflow 檔案格式以符合規範
1. 在 .gitea/workflows/deploy-demo.yaml 中優化程式碼區塊間距。
This commit is contained in:
parent
23225ffe3f
commit
3a31a1a593
@ -17,6 +17,7 @@ jobs:
|
||||
# 從宿主機固定路徑把持久化的 .env 移回當前工作目錄,供 docker compose 使用
|
||||
docker run --rm -v /workspace/mama/star-cloud/.env:/tmp/.env:ro busybox cat /tmp/.env > .env
|
||||
|
||||
|
||||
- name: Step 1 - Build & Deploy Containers
|
||||
run: |
|
||||
WWWGROUP=1000 WWWUSER=1000 docker compose -f compose.yaml up -d --build --wait
|
||||
|
||||
Loading…
Reference in New Issue
Block a user