← back to Big Red
.deploy.conf
14 lines
# Big Red — customer chat (aichat).
# Used by ~/Projects/_shared/scripts/deploy.sh + /deploy skill.
PROJECT_NAME=aichat
# The LIVE aichat pm2 process runs from /opt/big-red (user bigred), NOT
# /root/Projects/big-red. Repointed 2026-06-03 after audit found deploys were
# landing in the wrong dir (a no-op against prod). See git log.
DEPLOY_PATH=/opt/big-red
HEALTH_URL=http://127.0.0.1:9936/api/health
# /opt/big-red/.pm2 is the bigred user's pm2 home — protect it from rsync --delete.
RSYNC_EXTRA_EXCLUDES=".pm2"
# Public URL once Cloudflare/DNS configured:
# https://chat.designerwallcoverings.com/api/health
PUBLIC_URL=https://chat.designerwallcoverings.com