ubiquity-os/Deploy to Deno
Provisions Deno Deploy apps, syncs environment variables, and maintains dist/* manifest artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Action to perform: 'provision' or 'delete'. | yes | provision |
| token | Deno Deploy token used for app management, env sync, deploys, deletion, and organization inference. | no | — |
| organization | Optional Deno Deploy organization slug. When omitted, provision infers it from the token and falls back to DENO_ORG_NAME when available. | no | — |
| app | Optional base Deno Deploy app slug override. Defaults to the sanitized repository name. | no | — |
| entrypoint | Entrypoint used for the app runtime configuration. | no | src/deno.ts |
| buildManifest | Whether plugin manifest generation, homepage updates, and dist/* manifest publication should run. | no | true |
Outputs
| name | description |
|---|---|
| app_slug | Resolved Deno Deploy app slug. |
| organization_slug | Resolved Deno Deploy organization slug. |
| homepage_url | Resolved stable Deno app homepage URL. Written to dist/* manifest.json only when buildManifest is enabled. |