fix: correct default template name in deploy.sh

This commit is contained in:
tian 2026-05-06 14:52:59 +08:00
parent c5f3e1a009
commit 5ba627f265

View File

@ -35,12 +35,12 @@ ALARMS_DIR="$RUNTIME_DIR/alarms"
CLIPS_DIR="$RUNTIME_DIR/clips"
# 默认使用模板/profile/overlay 渲染部署配置。可通过环境变量覆盖:
# DEPLOY_CONFIG_TEMPLATE=configs/templates/workshop_face_shoe_alarm.json
# DEPLOY_CONFIG_TEMPLATE=configs/templates/std_workshop_face_recognition_shoe_alarm.json
# DEPLOY_CONFIG_PROFILE=configs/profiles/local_3588_test.json
# DEPLOY_CONFIG_OVERLAYS="configs/overlays/face_debug.json configs/overlays/production_quiet.json"
# DEPLOY_CONFIG_ID=local_3588_face_debug
# DEPLOY_CONFIG_VERSION=20260419.001
DEPLOY_CONFIG_TEMPLATE="${DEPLOY_CONFIG_TEMPLATE:-configs/templates/workshop_face_shoe_alarm.json}"
DEPLOY_CONFIG_TEMPLATE="${DEPLOY_CONFIG_TEMPLATE:-configs/templates/std_workshop_face_recognition_shoe_alarm.json}"
DEPLOY_CONFIG_PROFILE="${DEPLOY_CONFIG_PROFILE:-configs/profiles/local_3588_test.json}"
DEPLOY_CONFIG_OVERLAYS="${DEPLOY_CONFIG_OVERLAYS:-configs/overlays/face_debug.json}"
DEPLOY_CONFIG_ID="${DEPLOY_CONFIG_ID:-local_3588_face_debug}"