forked from templates/starter
7 lines
388 B
Bash
7 lines
388 B
Bash
# Deploy config (NOT secrets) — committed on purpose. See .env.example.
|
|
# Secrets go via Forgejo → Settings → Actions → Secrets + RUNTIME_KEYS, never here.
|
|
|
|
# nip.io test domain: auto-resolves to the platform IP (154.83.149.72), no DNS setup.
|
|
DOMAIN=e0940758-deploycheck.154.83.149.72.nip.io
|
|
|
|
# DEPLOY auto-detects to "static" (no Dockerfile in root); BUILD_DIR defaults to dist.
|