agnes-the-ai-analyst/config/deploy.staging.yml
ZdenekSrotyr e0ce91ddb9 feat: add dataset permissions, script execution, Kamal config, CI/CD
- SyncSettingsRepository + DatasetPermissionRepository with RBAC
- Script deploy/run/undeploy API with import sandboxing
- User sync settings API with permission checks
- 4 CLI skills (connectors, security, notifications, corporate-memory)
- Kamal production + staging configs
- GitHub Actions CI + deploy workflows
- 91 total tests passing
2026-03-27 15:40:11 +01:00

20 lines
316 B
YAML

# Kamal staging deployment config
# Usage: kamal deploy -d staging
servers:
web:
hosts:
- YOUR_STAGING_SERVER_IP
accessories:
scheduler:
host: YOUR_STAGING_SERVER_IP
telegram-bot:
host: YOUR_STAGING_SERVER_IP
proxy:
host: staging.data.your-domain.com
env:
clear:
LOG_LEVEL: debug