docs: fix stale deploy-script name in bootstrap closing message

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
david kiania 2026-06-16 23:52:36 +03:00
parent 1eda59fe06
commit 6d79ad32fb

View file

@ -36,4 +36,4 @@ DB=$(docker ps --filter name=timescale_db --format "{{.Names}}" | head -1)
echo "Applying analytics_ro role DDL to $DB as postgres ..."
docker exec -i "$DB" psql -U postgres -d tracksolid_db -v ON_ERROR_STOP=1 -v ro_pw="$PW" < "$SQL_FILE"
echo "analytics_ro ready (password not printed). Now (re)run deploy_analytics_mcp.sh."
echo "analytics_ro ready (password not printed). Now deploy the MCP server (Coolify app, or deploy.sh on this host)."