9.4 File Upload and Webhook Upload

Orbnetes deployment and release orchestration documentation for operators and platform teams.

Orbnetes supports both manual and automated artifact ingestion.

UI Upload

Use when:

  • quick manual onboarding,
  • emergency hotfix artifact insertion,
  • low-frequency operational workflows.

Typical flow:

  • open storage edit page,
  • select one or multiple files,
  • upload,
  • verify file appears in storage list.

Webhook/API Upload

Use when:

  • CI system should publish artifacts automatically,
  • release pipeline should push files without manual action.

Typical flow:

  • configure token-protected upload endpoint,
  • POST multipart file payload from CI,
  • include required auth/parameters,
  • verify uploaded files become selectable in release creation.

Best practices:

  • use webhook upload for regular automated delivery,
  • reserve manual upload for controlled exceptions,
  • maintain clear file naming conventions including version/build metadata.