fix(deploy): cache-bust the scrum4me-mcp clone in deploy-to-nas.sh #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/deploy-cache-bust"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Without MCP_CACHE_BUST the cached --depth 1 clone layer is reused on a
same-ref rebuild, so deploys silently ship stale scrum4me-mcp code. Pass
MCP_CACHE_BUST=$(date +%s) to the buildx call so the build always re-clones
the latest MCP_GIT_REF.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com