digitopvn/Deploy with Diginext
Run actions to deploy apps to Diginext platform or any Kubernetes clusters.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 3, 2024
- License
- MIT
Pinned Snippet
uses: digitopvn/diginext-actions@95be37cfe8b33076bad47e74d5011f0ff92fe0c3 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dx_version | Specific version of Diginext CLI | — | latest |
| api_key | Diginext API Access Token (key) | yes | — |
| deploy_env | Target deploy environment | — | dev |
| workspace_url | Custom URL (eg. Self-hosted workspace) | — | https://app.dxup.dev |
| project | Slug of Diginext project | — | "" |
| cluster | Slug of Diginext cluster or any registered Kubernetes clusters on Diginext | yes | — |
| registry | Slug of Diginext container registry or any registered Kubernetes container registries on Diginext | yes | — |
| port | Port to expose the app | — | 3000 |
| debug | Toggle DEBUG mode (Caution: sensitive information could be exposed during debug mude) | — | "" |
| tail | Display deployment logs until finished | — | "" |
| roll_out | When deploy to `prod` it will skip `prerelelease` environment and roll out, default is `false`. | — | "" |
Outputs
no outputs