ci: add mcp-server build to deploy pipeline
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 20s
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:
@@ -125,6 +125,7 @@ jobs:
|
|||||||
|
|
||||||
echo "=== Building ==="
|
echo "=== Building ==="
|
||||||
docker compose build memento-note
|
docker compose build memento-note
|
||||||
|
docker compose build mcp-server
|
||||||
|
|
||||||
echo "=== Starting ==="
|
echo "=== Starting ==="
|
||||||
docker compose up -d --remove-orphans
|
docker compose up -d --remove-orphans
|
||||||
|
|||||||
Reference in New Issue
Block a user