[PROMOTE] 晉升 dev 到 demo 環境
1. 移除 .gitea/workflows/deploy-demo.yaml 檔案中 Step 1 的多餘空白行。
This commit is contained in:
commit
8bd9096bc4
@ -34,7 +34,6 @@ jobs:
|
|||||||
docker run --rm -v /workspace/mama/star-cloud:/target busybox mkdir -p /target/docker/emqx
|
docker run --rm -v /workspace/mama/star-cloud:/target busybox mkdir -p /target/docker/emqx
|
||||||
cat docker/emqx/acl.conf | docker run -i --rm -v /workspace/mama/star-cloud:/target busybox sh -c "cat > /target/docker/emqx/acl.conf"
|
cat docker/emqx/acl.conf | docker run -i --rm -v /workspace/mama/star-cloud:/target busybox sh -c "cat > /target/docker/emqx/acl.conf"
|
||||||
|
|
||||||
|
|
||||||
- name: Step 1 - Build & Deploy Containers
|
- name: Step 1 - Build & Deploy Containers
|
||||||
run: |
|
run: |
|
||||||
WWWGROUP=1000 WWWUSER=1000 docker compose -f compose.yaml up -d --build --wait
|
WWWGROUP=1000 WWWUSER=1000 docker compose -f compose.yaml up -d --build --wait
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user