# Deploy config (Forgejo Actions). This file IS committed — it's config, not secrets.
# Secrets go via Forgejo → repo → Settings → Actions → Secrets (+ RUNTIME_KEYS).
# Push to main → platform builds the Vite app with bun and serves dist/ on the domain (SSL auto).

# Site domain. Point its A-record at the platform IP (154.83.149.72) so SSL can issue.
DOMAIN=agentsquant.xyz

# Static front-end (Vite + React → dist). Default, but pinned explicitly.
DEPLOY=static
BUILD_DIR=dist
