zwrm-eu/Deploy to ZWRM
Build and deploy an application to a ZWRM control plane with zwrm deploy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-token | ZWRM API token. Create one with `zwrm auth tokens create` and store it as a repository or organization secret. | yes | — |
| org-id | Organization slug or ID. Maps to ZWRM_ORG_ID. Optional if your token resolves to a single org. | no | "" |
| app | Application name. Defaults to app.name in zwrm.toml. | no | "" |
| control-plane-url | Control plane API URL. | no | https://zwrm.io |
| working-directory | Directory containing zwrm.toml. The deploy runs from here. | no | . |
| context | Build context directory. Defaults to working-directory. | no | "" |
| force-build | Force a rebuild, bypassing the build cache. | no | false |
| cli-version | zwrm CLI version to install: a pinned tag like 'v0.11.13', or 'latest'. | no | latest |
| release-base-url | Base URL for the zwrm release server. Override for canary channels or self-hosted mirrors. | no | https://releases.zwrm.eu/zwrmd |
Outputs
no outputs