ci: add mcp-server build to deploy pipeline
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 20s

The pipeline only built memento-note, causing mcp-server to run with
stale code/schema after pushes.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-26 14:51:37 +02:00
parent 2f1837560b
commit bc3577a388

View File

@@ -125,6 +125,7 @@ jobs:
echo "=== Building ==="
docker compose build memento-note
docker compose build mcp-server
echo "=== Starting ==="
docker compose up -d --remove-orphans