ubiquity-os/Deploy to Deno

Provisions Deno Deploy apps, syncs environment variables, and maintains dist/* manifest artifacts.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actionAction to perform: 'provision' or 'delete'.yesprovision
tokenDeno Deploy token used for app management, env sync, deploys, deletion, and organization inference.no
organizationOptional Deno Deploy organization slug. When omitted, provision infers it from the token and falls back to DENO_ORG_NAME when available.no
appOptional base Deno Deploy app slug override. Defaults to the sanitized repository name.no
entrypointEntrypoint used for the app runtime configuration.nosrc/deno.ts
buildManifestWhether plugin manifest generation, homepage updates, and dist/* manifest publication should run.notrue
namedescription
app_slugResolved Deno Deploy app slug.
organization_slugResolved Deno Deploy organization slug.
homepage_urlResolved stable Deno app homepage URL. Written to dist/* manifest.json only when buildManifest is enabled.