qbix-tech/Dokploy Deploy

Trigger a deployment on Dokploy, either for an application or a compose project.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jun 12, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: qbix-tech/dokploy-deploy-action@ce0bb2db07974f1a611ca4f8f1c30786b1897af6 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
dokploy_urlDokploy base URL, e.g. https://dokploy.example.comyes
api_keyDokploy API key.yes
typeDokploy deployment type. Valid values – `application`, `compose`.application
compose_idDokploy compose ID. If not provided, it will be fetched from Dokploy based on `project_name` and `app_name`.""
application_idDokploy application ID. If not provided, it will be fetched from Dokploy based on `project_name` and `app_name`.""
project_nameDokploy project name, if `compose_id` or `application_id` is not provided, it will be used to get from dokploy.
app_nameDokploy app name (within your Dokploy project), if `compose_id` or `application_id` is not provided, it will be used to get from dokploy.

no outputs