qbix-tech/Dokploy Deploy
Trigger a deployment on Dokploy, either for an application or a compose project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 12, 2025
- License
- MIT
Pinned Snippet
uses: qbix-tech/dokploy-deploy-action@ce0bb2db07974f1a611ca4f8f1c30786b1897af6 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dokploy_url | Dokploy base URL, e.g. https://dokploy.example.com | yes | — |
| api_key | Dokploy API key. | yes | — |
| type | Dokploy deployment type. Valid values – `application`, `compose`. | — | application |
| compose_id | Dokploy compose ID. If not provided, it will be fetched from Dokploy based on `project_name` and `app_name`. | — | "" |
| application_id | Dokploy application ID. If not provided, it will be fetched from Dokploy based on `project_name` and `app_name`. | — | "" |
| project_name | Dokploy project name, if `compose_id` or `application_id` is not provided, it will be used to get from dokploy. | — | — |
| app_name | Dokploy app name (within your Dokploy project), if `compose_id` or `application_id` is not provided, it will be used to get from dokploy. | — | — |
Outputs
no outputs