All checks were successful
deploy / deploy (push) Successful in 7s
Live HL data → in-browser TA → 4-agent committee → LONG/SHORT/SKIP verdict. Terminal grid command bar + interactive agent-workflow graph. Paper-trading worker reuses the browser brain (dry-run + Telegram). Forgejo static deploy. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
10 lines
494 B
Bash
10 lines
494 B
Bash
# 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
|