- 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
20 lines
316 B
YAML
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
|