Print where a deploy landed, not just that it did #45

Merged
geusebio merged 1 commit from feature/deploy-progress-endpoints into main 2026-08-25 21:13:30 +00:00
Owner

sc deploy's progress stream ended a successful deploy with only "Deployment #N
is running." — no address to actually go check. Building on the platform's new
endpoints frame (git.grey.ooo/Grey.ooo/someones.computer_scclient#13, merged),
this prints the address list under the closing sentence, the same way a bad
landing already prints the failure page under its sentence:

Deployment #12 is running.

Endpoints:
  web  https://web-acme.someones.computer

Bumps the scclient dependency (go.mod/go.sum/vendor) to the merged commit that
adds Endpoint and ProgressFrame.Endpoints. Companion platform PR sends the frame.

sc deploy's progress stream ended a successful deploy with only "Deployment #N is running." — no address to actually go check. Building on the platform's new endpoints frame (git.grey.ooo/Grey.ooo/someones.computer_scclient#13, merged), this prints the address list under the closing sentence, the same way a bad landing already prints the failure page under its sentence: Deployment #12 is running. Endpoints: web https://web-acme.someones.computer Bumps the scclient dependency (go.mod/go.sum/vendor) to the merged commit that adds Endpoint and ProgressFrame.Endpoints. Companion platform PR sends the frame.
Print where a deploy landed, not just that it did
All checks were successful
CI / build (pull_request) Successful in 3m25s
f1ccfe1a9f
'Deployment #N is running.' was the whole of what a successful sc deploy
said. The platform now sends every address a good landing can be reached
on as its own frame on the progress stream (scclient PR #13); this prints
that list under the closing sentence, the way it already prints the
failure page under a bad one.
Sign in to join this conversation.
No reviewers
No labels
in-progress
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
Grey.ooo/someones.computer_agent!45
No description provided.