Freshness diagnostics API, UI trust notes, mission control/stats updates, and deploy scripts.
Made-with: Cursor
This commit is contained in:
@@ -393,12 +393,12 @@ if [ -f /var/www/html/index.html ]; then
|
||||
else
|
||||
echo "⚠️ Frontend file exists but may not be the custom one"
|
||||
echo " Deploy the custom frontend using:"
|
||||
echo " ./scripts/deploy-frontend-to-vmid5000.sh"
|
||||
echo " ./scripts/deploy-next-frontend-to-vmid5000.sh"
|
||||
fi
|
||||
else
|
||||
echo "⚠️ Custom frontend not found at /var/www/html/index.html"
|
||||
echo " Deploy the custom frontend using:"
|
||||
echo " ./scripts/deploy-frontend-to-vmid5000.sh"
|
||||
echo " ./scripts/deploy-next-frontend-to-vmid5000.sh"
|
||||
fi
|
||||
|
||||
# Test HTTP endpoint (non-fatal: do not exit on curl/grep failure)
|
||||
@@ -418,6 +418,6 @@ echo "Nginx Configuration Updated!"
|
||||
echo "=========================================="
|
||||
echo ""
|
||||
echo "Next steps:"
|
||||
echo "1. Deploy custom frontend: ./scripts/deploy-frontend-to-vmid5000.sh"
|
||||
echo "2. Or manually copy: cp explorer-monorepo/frontend/public/index.html /var/www/html/index.html"
|
||||
echo "1. Deploy the canonical Next frontend: ./scripts/deploy-next-frontend-to-vmid5000.sh"
|
||||
echo "2. Verify the public surface after nginx/NPMplus cutover"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user