Show deploy info on project detail pages #34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "deploy-info"
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?
Projects had no way to show where they're deployed. The project detail page
now shows a second meta strip with the deploy URL, SSH hostname, last deploy
timestamp, and a short description — when deploy info is configured.
New store fields (deploy_url, deploy_ssh, deploy_description, deployed_at)
added via ALTER TABLE migration. An MCP tool (update_project_deploy) sets the
info, and POST /api/projects/{slug}/deploy records deploy timestamps for use
by deploy scripts.