Publishing Targets

July 18, 2026 · View on GitHub

English | 简体中文

This section groups the currently connected targets by purpose. Storage services that use S3-compatible APIs share one page to avoid repetition.

Support Matrix

TargetPurposeDocumentation
s3, minioS3-compatible object storageS3-compatible storage
qiniuQiniu object storageS3-compatible storage
ossAlibaba Cloud OSSS3-compatible storage
cosTencent Cloud COSS3-compatible storage
firfir.im app distributionfir.im
firebaseFirebase App DistributionFirebase
firebase-hostingFirebase HostingFirebase
githubGitHub ReleasesGitHub
appstoreApp Store Connect build uploadApp Store
appgalleryHuawei AppGalleryAppGallery
vercelVercel ProductionVercel
customCustom shell commandCustom

General Usage

fastforge publish \
  --path <artifact> \
  --target <target> \
  --publish-arg key=value

Prefer process environment variables for credentials. Do not commit secrets to the repository.

Not Currently Connected

  • pgyer is not a valid general publishing target in the current implementation.
  • playstore is not a general publishing target; use fastforge googleplay.

Use Local Workflows to combine multiple steps.