Show deploy info on project detail pages #34

Merged
arne merged 7 commits from deploy-info into main 2026-04-07 09:44:37 +02:00
Owner

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.

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.
arne merged commit 0840743437 into main 2026-04-07 09:44:37 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
arne/orbit!34
No description provided.