tabbify-io/Tabbify Deploy
Deploy an app to Tabbify. Variant 2 (remote build on Tabbify infra) by default.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| remote | Remote build (Variant 2). Set 'false' for local build + registry push (Variant 1). | — | true |
| token | Tabbify API bearer token (TABBIFY_TOKEN). | yes | — |
| clone-token | Git clone token. Defaults to the Action's GITHUB_TOKEN (per-run, repo-scoped — no GitHub App needed). | — | ${{ github.token }} |
| app-dir | App directory holding tabbify.toml. | — | . |
| tenant | Tenant namespace (registry path prefix). | — | tabbify |
| builder | Builder supervisor (name|ULA). Empty ⇒ tabbify.toml [build].builder, then node selection. | — | "" |
| node-url | Tabbify node API base URL. | — | https://api.tabbify.io |
| cli-base-url | Base URL of the tcli release S3 (cli/ prefix). Must match the publishing bucket. | — | "" |
Outputs
no outputs