Replace PostgreSQL and Docker deployment with embedded Turso, Drizzle relational queries v2, native systemd deployment on port 43821, and fresh SQLite migrations.

Hop-State: A_06FP5KEDBTB4A9ZT7QB498G
Hop-Proposal: R_06FP5KDWMCKVVMQZT4MVZ28
Hop-Task: T_06FP5DZ7T0G45FG93PT90B8
Hop-Attempt: AT_06FP5DZ7T0PKQW99V27JCV8
This commit is contained in:
2026-07-14 15:44:42 -07:00
committed by Hop
184 changed files with 8375 additions and 53944 deletions
+7 -16
View File
@@ -36,21 +36,12 @@ jobs:
src/lib/bots/mentionHandler.property.test.ts
src/lib/bots/scheduler.test.ts
- name: Embedded database smoke test
run: DATABASE_PATH=/tmp/synapsis-ci.db npm run db:migrate
- name: Production build
run: npm run build
docker-validation:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate production compose config
run: docker compose --env-file docker/.env.example config > /tmp/synapsis-compose.txt
- name: Validate source-build compose config
run: docker compose -f docker/docker-compose.yml --env-file docker/.env.example config > /tmp/synapsis-build-compose.txt
- name: Build application image
run: docker build -f docker/Dockerfile .
env:
AUTH_SECRET: ci-test-secret
DATABASE_PATH: /tmp/synapsis-ci.db
NEXT_PUBLIC_NODE_DOMAIN: localhost:43821