Skip to content

fix(deploy): hide the upload step for partner service deploys - #98

Merged
jonoirwinrsa merged 2 commits into
mainfrom
fix/partner-hide-upload-step
Aug 19, 2026
Merged

fix(deploy): hide the upload step for partner service deploys#98
jonoirwinrsa merged 2 commits into
mainfrom
fix/partner-hide-upload-step

Conversation

@jonoirwinrsa

Copy link
Copy Markdown
Contributor

Problem

Partner deploys skip loading, zipping and upload — they go straight from create to build. The deploy checklist still rendered Upload to Cerebrium as a pending step under StateCreatingApp, advertising a stage that never runs. Same family as #74.

Changes

  • Skip the upload step line for partner services in View().
  • Assert the step is absent for partner deploys and still present for standard ones.

Verification

go test ./... and go vet ./... green; no golden files affected. The spurious line is visible in the checklist captured from a real Deepgram deploy while testing #74.

🤖 Generated with Claude Code

jonoirwinrsa and others added 2 commits August 11, 2026 23:47
Partner deploys go straight from create to build, but the deploy
checklist still listed "Upload to Cerebrium" as a pending step while
creating the app, so it showed a stage that never runs.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@jonoirwinrsa
jonoirwinrsa merged commit 28a7c4f into main Aug 19, 2026
4 checks passed
@jonoirwinrsa
jonoirwinrsa deleted the fix/partner-hide-upload-step branch August 19, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants