Skip to content

chore(cli): add new workflow parameters#8

Merged
sphamjoli merged 6 commits intomainfrom
spha/pat_token
Feb 11, 2026
Merged

chore(cli): add new workflow parameters#8
sphamjoli merged 6 commits intomainfrom
spha/pat_token

Conversation

@sphamjoli
Copy link
Member

Description

Add parallel upload support to the reusable deploy workflow. Uploads now run with --parallel --concurrency 15 by default, significantly reducing Bulletin upload time for multi-block directories. Also surfaces upload error output on failure for easier debugging.

Type

  • Bug fix
  • Feature
  • Breaking change
  • Documentation
  • Chore

Package

  • @dotns/cli
  • Root/monorepo
  • Documentation

Related Issues

Fixes

Checklist

Code

  • Follows project style
  • bun run lint passes
  • bun run format passes
  • bun run typecheck passes

Documentation

  • README updated if needed
  • Types updated if needed

Breaking Changes

  • No breaking changes
  • Breaking changes documented below

Testing

How to test:

  1. Open a PR on a repo that calls deploy.yml; the Upload to Bulletin step should show --parallel --concurrency 15 in the command args
  2. Force a upload failure (e.g. invalid RPC) and confirm the error output is now visible in the logs instead of silently retrying

Notes

Two new optional inputs added to deploy.yml: parallel (default: true) and upload-concurrency (default: 15). Existing callers pick up the defaults automatically with no changes needed. Error output from failed upload attempts is now printed to the log via echo "$RESULT" on the failure path.

@github-actions
Copy link

github-actions bot commented Feb 11, 2026

CI Summary

Check Result
Lint Passed
Format Passed
Typecheck Passed
Build Passed
Deploy Example Passed
PR Title Passed
Labels Passed

Deploy Example — Passed
Stage Status
✓ Site validation Site validated
✓ Deploy Deployed
Property Value
Domain pr8.dotns-example-site.dot
CID bafybeiaewn3tszlqtza4glxqud5ej7tbxht375o5vpz4lhjpi77ruigsna
URL https://pr8.dotns-example-site.paseo.li

View run

@sphamjoli sphamjoli changed the title Spha/pat token chore(cli): add new workflow parameters Feb 11, 2026
@sphamjoli sphamjoli merged commit c05d51e into main Feb 11, 2026
11 of 12 checks passed
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