[FIX] 移除 CI/CD 中不存在的 emqx_ctl 指令

This commit is contained in:
sky121113 2026-04-22 13:37:59 +08:00
parent 4b8436e6c2
commit a8b150cadc

View File

@ -38,8 +38,6 @@ jobs:
- name: Step 1 - Build & Deploy Containers
run: |
WWWGROUP=1000 WWWUSER=1000 docker compose -f compose.yaml up -d --build --wait
# 使用熱重載套用 ACL 變更,不中斷現有連線
docker exec star-cloud-emqx emqx_ctl authorization reload
- name: Step 2 - Deploy Code
run: |